What is the difference between an applet and a servlet?
Answer Posted / ramadass
applet:It have graphical user interface.it runs in client
browser.
servlet:it have no graphical user interface.it run's in
server
| Is This Answer Correct ? | 49 Yes | 9 No |
Post New Answer View All Answers
What exception should be thrown when servlet is not properly initialized?
What is servlet interface?
What do you mean by annotations in servlet?
What do you mean by cgi?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Difference between httpservlet and generic servlets?
Which method of the httpservletrequest object is used?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is the difference between Difference between doGet() and doPost()?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is context in servlet?
What is the difference between using getSession(true) and getSession(false) methods?
How do cookies work in servlets?
Why is servlet used?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?