Google News
logo
Java Servlets - Interview Questions
Why servlet is mostly used?
Servlets are mostly used because they are platform-independent Java classes and are compiled to platform-neutral byte code. Java byte code can be loaded dynamically into and run by java enabled web server.
Advertisement