How the JSP file will be executed on the Server side?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Difference between doGet() and doPost()?
What is URL Rewriting ?
In servlets, Why do we need both GET and POST method implementations?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
How to make sure a servlet is loaded at the application startup?
1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?
What are the new features added to servlet 2.5?
What's the difference between servlets and applets?
How variables can be accessed across the sessions?
Life Cycle of servlets?
Why is init() method is used in servlets?
Which http method is said to be non-idempotent and idempotent?