-
Which of the following is true about servlets?
-
- Servlets can use the full functionality of the Java class libraries
- Servlets execute within the address space of web server, platform independent and uses the functionality of java class libraries
- Servlets execute within the address space of web server
- Servlets are platform-independent because they are written in java
- None of these
Correct Option: B
Servlets execute within the address space of a web server. Since it is written in java it is platform independent. The full functionality is available through libraries.