Computer Science, asked by htamrakar786, 4 months ago

Question:
Which of the following is true about servlets?
Option 1:
Servlets execute within the address space of web server
Option 2:
Servlets execute within the address space of web server, platform independent and uses the functionality of java class librarie
Option 3:
Servlets are platform-independent because they are written in java
Option 4:
Servlets can use the full functionality of the Java class libraries​

Answers

Answered by parishay6192
0

Answer:

A servlet is a Java programming language class that is used to extend the capabilities of servers that host applications accessed by means of a request-response programming model. Although servlets can respond to any type of request, they are commonly used to extend the applications hosted by web servers.

Explanation:

Similar questions