How native code can be used in a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of Servlet over CGI?
What are the methods in HttpServlet?
The code in a finally clause will never fail to execute, right?
How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Can we use threads in Servlets?
What are different types of Servlets?
What are important features of Servlet 3?
What is servlet interface?
can i call init() method in destroy() method of servlset. ?
Explain url encoding in servlet?
How forward () method is different from send redirect () method?