Home Answers Viewqa JSP-Servlet Servel is usefull or Not?

 
 


puneet tiwari
Servel is usefull or Not?
3 Answer(s)      a year and 2 months ago
Posted in : JSP-Servlet

why use servlet ? HTML is capable to handle and maintane request .

View Answers

March 24, 2012 at 11:55 AM


Servlets are much faster.They use a standard API that is supported by many web servers.They have all the advantages of the Java programming language, including ease of development and platform independence.They can access the large set of APIs available for the Java platform.They can handle multiple requests concurrently and can syncronize requests.

For more information, visit the following link:

Servlet Tutorials


March 24, 2012 at 11:56 AM


They are very useful.


March 24, 2012 at 12:08 PM


ok , i got my answer thanks man









Related Pages:
pro
JVM

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.