Q. Which of the following is true about servlets?
β
Correct Answer: (B)
Servlets execute within the address space of web server, platform independent and uses the functionality of java class libraries
Explanation: 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.