What is the inter-servlet communication?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between Include, Forward and sendRedirect in Servlet?
Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?
Which is the methods of generated servlet?
Whether we can get deadlock situation in servlets?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
Explain the difference between get and post method in servlet?
What do you mean by web applications?
Explain in brief the directory structure of a web application?
What is http servlet in java?
What do you mean by request dispatcher in servlet? Also explain its methods.
What is servlet api used for conneting database?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }