Explain jsessionid and when is it created?
No Answer is Posted For this Question
Be the First to Post Answer
where the generated jsp source file are stored?
How do you design microservices?
Why is a constructor needed in a servlet even if we use the init method?
In howmany ways applet-servlet communication can be done?
What's the use of servletcontext?
What do you mean by cgi and what are its drawbacks?
Which interface should be implemented by all servlets?
can i modify the data which are generated by the servlet
How will two or three servlets interact or communicate with each other?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What is the ServletConfig() and what is its use?
How printwriter is different from servletoutputstream?