|
Question |
Rating |
View Answer |
|
Is load balancing possible with a servlet? |
|
View Answer |
|
In servlets, what is the use of sendredirect(),include( ), forward() ?and in applecation level at what scnario they will be used
|
|
View Answer |
|
Explain about Http specific servlets? |
|
View Answer |
|
Why is that we deploy servlets in a webserver.What exactly is a webserver?
|
|
View Answer |
|
Servlet is Java class. Then why there is no constructor in Servlet ? Can we write the constructor in Servlet
|
|
View Answer |
|
What is the difference between ServetConfig and ServletContext..?
|
|
View Answer |
|
What is servlet context ? |
|
View Answer |
|
What is the use of findbyprimarykey()?
|
|
View Answer |
|
What is default capacity of connection pool objects in pool of app-server Weblogic and Tomcat webserver?
|
|
View Answer |
|
Suppose number of servlets/jsps from various web applications want to access shared data, what is the mechanism to achieve the same?
|
|
View Answer |
|
Can I just abort processing a JSP? |
|
View Answer |
|
Explain about the different usage modes present in Java servlet? |
|
View Answer |
|
What are the JSP atrributes?
|
|
View Answer |
|
In struts why we use jsp as view( presentation)? what happen if we use servlet as view?
|
|
View Answer |
|
What are the two different kinds of servlets used by collecting sites? |
|
View Answer |
|
Can we call destroy() method on servlets from service method?
|
|
View Answer |
|
What is the diffrence between Apache struts and jakarta struts ?
|
|
View Answer |
|
What is session tracking ? state the uses of GET and POST request to handle Http request ?
|
|
View Answer |
|
What are the types of refrences available in java. How they work
|
|
View Answer |
|
I want to know how to encode textbox in servlet so we find complete column information from the database
|
|
View Answer |