What is the difference between an applet and a servlet?
Answer Posted / vemula sowmya
Applets can run under any web browser their execution is dependent on Client as they require JRE Whereas Servlets do not require any thing specific at client side, as they require java enabled web/application Server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different session tracking techniques?
What is the difference between get and post methods?
What is servlet and its life cycle?
How will you pass values from HTML page to the servlet?
What is difference between PrintWriter and ServletOutputStream?
Why servlet is mostly used?
What are the uses of servlet
Which application server is best for java?
What do you mean by web applications?
How can the session in servlet can be destroyed?
Given the request path below, which are context path, servlet path and path info?
List out the difference between ServletConfig and ServletContext?
How forward () method is different from send redirect () method?
What is servlet and its use?
What are the phases of the servlet life cycle?