Discussion :: Servlets-1
- Which of the following is true about servlets?
A.
Servlets execute within the address space of web server
|
B.
Servlets are platform-independent because they are written in java
|
C.
Servlets can use the full functionality of the Java class libraries
|
D.
Servlets execute within the address space of web server, platform independent and uses the functionality of java class libraries
|
Answer : Option D
Explanation :
Be The First To Comment