Q. Which of the following is true about servlets?

  • (A) Servlets can use the full functionality of the Java class libraries
  • (B) Servlets execute within the address space of web server, platform independent and uses the functionality of java class libraries
  • (C) Servlets execute within the address space of web server
  • (D) Servlets are platform-independent because they are written in java
πŸ’¬ Discuss
βœ… 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.
Explanation by: Rajeev Malhotra
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
243
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Rajeev Malhotra
Publisher
πŸ“ˆ
97%
Success Rate