what is the difference between Servlet and JSP?Advantage of
JSP over Servelt?Any concept present in JSP which we cant
implement in Servlet?
Answers were Sorted based on User's Feedback
Why is servlet used?
What is a generic servlet?
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?
Can we use the constructor, instead of init(), to initialize servlet?
Which httpsession object is used to view and manipulate information about a session?
What is a servlet context?
What are the classes and interfaces for servlets?
Whether we can get deadlock situation in servlets?
What is the protocol used by Server & Client?
Why are http servlets used in programming?
Where do you define dispatcherservlet?
Can I override destroy() method of Servlets?