UGC-NET | UGC-NET CS 2017 Nov – III | Question 38
Which of the following statement(s) is/are TRUE regarding Java Servlets? (a) A Java Servlet is a server-side component that runs on the web server and extends the capabilities of a server. (b) A Servlet can use the user interface classes like AWT or Swing.
(A)
Only (a) is TRUE.
(B)
Only (b) is TRUE.
(C)
Both (a) and (b) are TRUE.
(D)
Neither (a) nor (b) is TRUE.
Answer: (A)
Explanation:
A Java Servlet is a server-side component that runs on the web server and extends the capabilities of a server. It is correct statement.
A Java servlet can\’t be use interfaces classes like AWT or Swing. only first statement is correct.
for detailed information Refer:JAVA_ servlet
So, option (A) is correct.
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...