Answer Posted / tamilvanan
Servlet:
simply say,Servlet is a serverside java code ... it is
mainly used to write business logic
there are two types of servlet
1.Generic Servlet
2.HttpServlet
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What happens when a thrown exception is not handled?
How are multiple inheritances done in Java?
Explain the JDB in depth & command line.
Why is string buffer better than string ?
Can a static member function access member variable of an object?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What are sets in java?
What is array class in java?
In which language java is written?
What happens when I use / and % with a negative numerator?
What is the purpose of a volatile variable?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What is the largest long allowed by java?
Explain the importance of finalize() method.
How do you compare objects in java?