What is the procedure of invoking different servlet in a different application?
No Answer is Posted For this Question
Be the First to Post Answer
What are the type of protocols used in httpservlet?
What are its drawbacks of cgi?
where the generated jsp source file are stored?
how many jsp scripting elements are there and what are those?
Difference between Include, Forward and sendRedirect in Servlet?
How servlets are deployed in java?
Why the container loads server at the application startup and how?
How can you use a servlet to generate a plain text instead of html?
How is a servlet implemented in code?
What are the uses of servlets?
How to work with Chinese login page (internationalization).if he enters user name and password in chinese, how is it converted to English and validate in db? And in reverse it should display welcome message in Chinese,if user is valid
What is use of parseQueryString?