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
What does the term localization refer to?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
What is the difference between the http servlet and generic servlet?
What is called a session?
Why doesn’t a servlet include main()?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
If my browser does not support cookie, and my server sends a cookie instance what will happen?
How servlets can be automatically reloaded?
Explain the methods of request dispatcher in servlet?
In which cases Destroy() is invoked?
What is a parser. What does a parser do with a XML? Why do we need it?
Is it good idea to create servlet constructor?