Answer Posted / ajay dhingra
Servlets exist in and are managed by the servlet engine in
the Application Server. The servlet engine is an internal
object that handles all servlet meta functions. These
functions include instantiation, initialization,
destruction, access from other components, and configuration
management
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How do you know if a value is nan?
how to handle exceptions in ejb?
What is object in java?
What is the difference between Java and C++?
What are the super most classes for all the streams?
What is native method in java?
What is a byte string?
enlist some features of jdk.
What is default exception handling in java?
What is difference between iterator and enumeration in java?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
Does java support multiple inheritance or not?
What is boolean false?
What is the difference between ArrayList and Vector? which one is better in Java
Which are the two subclasses under exception class?