What is cookie in servlet?
No Answer is Posted For this Question
Be the First to Post Answer
give the syntax of doGet() and doPost()?
What is servlet api used for conneting database?
What is the workflow of a servlet?
can i modify the data which are generated by the servlet
What are the Internal servlets maintained by the web server?
Explain the custom jsp tags and the beans.
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 the first statement in jsp page.
Explain the difference between get and post method in servlet?
Describe servlet?
What is the capacity that doGet method can send to the server?
The code in a finally clause will never fail to execute, right?