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
What is the difference between inheritance and encapsulation?
What is an empty class? What functionality does it offer in Java?
What are the steps involved to create a bean?
According to java operator precedence, which operator is considered to be with highest precedence?
What is the method overriding?
What are the common uses of "this" keyword in java ?
What is a platform?
What happens if a constructor is declared private?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What is an object in java?
Write a program to find the whether a number is an Armstrong number or not?
What is the function of compareto in java?
Which collection is best for sorting in java?
Why 1 is not a prime number?
How do you sort in ascending order in java?