What are the different scope valiues for the ?
request
page
session
All the above
What is MVC architecture?
Model-View-Controller
Make-Value-Case
Make-Value-Controller
Model-Value-Controller
Classes defined in other classes, including those defined in methods
Inner Class
Sub class
Private Class
Both a &b
How many methods can clone able interface can have?
One
Two
Three
None of the above
---------are modules that extend request/response-oriented servers, such as java-enabled web servers
Applet
Servlets
Scriptlet
Both b& c
Who is loading the init() method of servlet?
Web Server
Web container
Super Class
What are the different servers available for developing and deploying Servlets?
Java Web Server
Jrun
Apache Server
What is the way to communicate from applet to servlet?
HTTP Communication
Socket Communication
RMI Communication
How does applet recognize the height and width?-
getHeight()
getWidth()
getParameters()
Both a & b
Classes that allow primitive types to be accessed as objects.
Wrapper Classes
Super Classes
Sub Classes