What Are Advantages Of Servlet?
What Are Advantages Of Servlet? Better performance: because it creates a thread for each request, not process. Portability: because it uses Java language. Robust: JVM manages Servlets, so we don’t need to worry about the memory leak, garbage collection, etc. Secure: because it uses java language. Which of the following are the advantages of servlet