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
How can you use a servlet to generate a plain text instead of html?
Difference between forward() method and sendredirect() method ?
Elucidate servlet attributes and its scope?
How to get the actual path of servlet in server?
What do you mean by filter in servlet?
What is the disadvantage of cookies?
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?
Why doesn’t a servlet include main()?
How are filters?
What's the advantages using servlets than using cgi?
Explain the servlet context.
What are the kinds of http requests?
What is the use of servlet context?
Can a jsp be called using a servlet?
How to rectify errors in java servlet while compilation?