Which is better jsp or servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the war file?
Explain load on start-up and its importance?
What’s the difference between forward() and sendredirect() methods?
what is servlet life cycle?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
What are the phases of servlet life cycle?
How can we refresh automatically when new data has entered the database?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
What are the jobs performed by servlets?
Difference between httpservlet and generic servlets?
What are the differences between the servletconfig interface and the servletcontext interface?
How do we share data using 'getservletcontext ()?