Answer Posted / giridhar gangapatnam
Sampleapplication
-- any html or jsp pages
-- WEB-INF
--web.xml
--lib(which contains any jar files)
--classes
--(all Servlet .class files)
After compilation of Servlet .java files start the Tomcat
Server and in URL type like:
http://localhost:8080/Sampleapplication/.html(or).jsp <--(enter)
Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What are different Authentication options available in Servlets.
What is webservlet?
What is called a session?
What is the difference between encodeRedirectUrl and encodeURL?
Explain session tracking and its importance?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What do you mean by request dispatcher in servlet?
What is the difference between sendredirect() and forward() in a servlet?
What is pure servlet?
What are the different methods of session management in servlets?
Why do we have servlet filters?
How do servlets work?
What are different ways for servlet authentication?
Is servlet a controller?
How do you load an image in a Servlet?