Can you use javascript in servlets?
No Answer is Posted For this Question
Be the First to Post Answer
What are the Internal servlets maintained by the web server?
Can you send the mail from a servlet ,if yes tell how?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
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?
What are the exceptions thrown by Servlets?
How does java thread pool work?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is the web server used for running the Servlets?
How to pass JavaBeans data to JSP using Servlets?
How would you create deadlock on your servlet?
How can you start a jta transaction from a servlet deployed on jboss?
Explain mvc pattern.