|
Related Questions |
View Answer |
|
Consider a scenario where 2 instances of an appserver are running in a machine. And one application has been deployed in the two servers. Does these two applications deployed in two servers use the same JVM or different?
|
View Answer
|
|
How can I retrive only IntegerObjects from a vector in which I stored all types of objects
|
View Answer
|
|
In normal javabean, bean object is serailizable,and Connectuin object is transient object.Then How we using javabean for communnication between Servlet and JSP for data Transfer?
|
View Answer
|
|
What is default capacity of connection pool objects in pool of app-server Weblogic and Tomcat webserver?
|
View Answer
|
|
How many ways we can destroy the servlet in ur program
|
View Answer
|
|
Whats the difference between using invalidate() & sessionDestroyed for sessionclosing.
|
View Answer
|
|
I can do every thing using jsp itself,then what is the need of using servlet? in which situation ,we must use servlet with jsp?
|
View Answer
|
|
How to count how many times aprticular link has been clicked using jsp and javascript
|
View Answer
|
|
What is session ?how to manage the session?
|
View Answer
|
|
Can we write bussiness methods in servlets? if yes, then how can u access that from out side of the servlets?
|
View Answer
|
|
What is the difference betweem getRequestDispatcher() available as part of ServletContext and ServletRequest
|
View Answer
|
|
Explain StringBuffers and StringTokenizers?
|
View Answer
|
|
What is differents between forword(),include() and sendRedirect()? In which circumtances all are used? Give Proper Examles
|
View Answer
|
|
What are the types of refrences available in java. How they work
|
View Answer
|
|
What is difference between cgi and servlet in interview point
|
View Answer
|
|
Can we override the service method? if we can do that then why do we override only doGET() and doPost() methods if the servlet is of protocol specific?
|
View Answer
|
|
What will happen when we call the destroy method in the init method? will the servlet exist?
|
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
|
|
How to integare struts and hibernate
|
View Answer
|
|
What is meant by preintialization?
|
View Answer
|