Is java servlet still used?
No Answer is Posted For this Question
Be the First to Post Answer
How do you pass the data from one servlet to another servlet?
Can you call a jsp from the servlet?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What are the differences between forward() method and sendredirect() methods?
Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?
how to use servlets with j2ee ?
Explain the methods of request dispatcher in servlet?
What is load-on-startup in servlet?
What is servlet looping or chaining?
Can we override destroy method in servlet?
What is the difference in between the httpservlet and generic servlet?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?