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
Is stringwriter thread safe?
What is final access modifier in java?
What is the argument in java?
Explain the importance of join() method in thread class?
How do you compare characters in java?
Convert a BST into a DLL and DLL to BST in place.
Can we inherit inner class?
What is the difference between reader/writer and inputstream/output stream?
What is gui programming?
Explain the significance of class loaders in bootstrap?
What is a stringbuilder?
Can It is possible to synchronize the constructor of a Java Class?
What do you mean by inner class in java?
What is the importance of static variable?
how does the run() method in runnable work? : Java thread