How to upload a file to the server using servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the custom jsp tags and the beans.
Explain the servlet context.
can i modify the data which are generated by the servlet
How we can check in particular page the session will be alive or not
What is URL Encoding?
Can we define constructor in Servlet class?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Explain get and post.
Which exception is thrown if the servlet is not initialized properly?
List out the difference between ServletConfig and ServletContext?
Why do you use session tracking in httpservlet?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)