What are Java Servlets ?
Java Servlets
Ask by Anonymous User
Updated 09 Jul 2018
Java Servlets :
A programs that run on a Web and Application server is callled Java servelts which is act as a middle layer between a request coming from a Web browser or other HTTP client and Database. we can directly collect input from users through web page forms by using servlet
- Common Gateway Interface (CGI).
- Performance is significantly better.
- Servlets execute within Web server space.
- Its security test is good and its having independent platform.