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 throw and throws in java?
Why scanner is used in java?
Is java a utf 8 string?
Why is method overloading not possible by changing the return type in java?
What is the difference between size and length in java?
Can we initialize the final blank variable?
What is a conditional equation?
What is the difference between C++ and Java and your preferences?
Why call by value prevents parameter value change?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Can we sort hashset in java?
Is c better than java?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
Explain the init method?