What is Temporary Servlet ? (a) Servlet that is destroyed at run time (b) Servlet that exists for a session (c) Servlet that is started and stopped for each request
(c) EXPLANATION: A temporary servlet is started when a request arrives and shut down after the response is generated. A permanent servlet is loaded when the server is started and lives until the
In WebLogic 5.1, how can you make a JSP application work (a) By changing the root directory (b) By creating a vitual directory in Server console (c) By creating a vitual directory in client console
What topics should I be focussing in java to be successful in this interview at Computer Associates, Hyderabad?
* Threads, Synchronization, Thread Monitors * AWT & SWING Layouts (Border Layout) * Try, Catch, Finally * Switch statements (Some question on "default" option of Switch) * Java Exceptions
View page << Previous 1 2 [3]

Go Top