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 a servlet engine?
What is the advantage of Servlets when compared with other server side technologies?
What is a java servlet?
Why doesn’t a servlet include main()? How does it work?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
How servlet is created?
Explain the jar and war files in servlet?
What is the inter-servlet communication?
How to rectify errors in java servlet while compilation?
What are the types of an http request?
How to find whether a parameter exists in the request object?
Can you explain in detail 'javax.servlet' package?
What is the main purpose of java servlets?
What are the uses of servlet
How do we share data using 'getservletcontext ()?