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
Can each java object keep track of all the threads that want to exclusively access it?
What's the base class of all exception classes?
Is void a return type?
Write a method to check if input string is palindrome?
What are the skills required for core java?
How would you convert bytes to string?
What is api data?
What is string pool in java?
Explain the pointers in Java?
What is skeleton and stub?
What is a default constraint?
how many types of Inheritance?
How finally used under exception handling?
What is a marker interface?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?