What is the difference between an applet and a servlet?
Answer Posted / varsha vilas kalebag
applet is nothing but application on net .aaplet needs web
browser
| Is This Answer Correct ? | 9 Yes | 21 No |
Post New Answer View All Answers
What is the directory structure of a war file?
What is new in ServletRequest interface ? (Servlet 2.4)
If servlet receives multiple requests, how many objects will it create?
How to rectify errors in java servlet while compilation?
How native code can be used in a servlet?
What is called servlet mapping?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is the need of session tracking in web application?
What are the types of servlet?
How do you find out what client machine is making a request to your servlet
What is the purpose of dispatcherservlet properties?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What is lazy loading and what is Generic Servlet Class?
What is http servlet?
What is life cycle of Servlet?