Nov2017 cs Q38

0. Which of the following statement(s) is/are TRUE regarding Java Servelets?
(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.

  • Option : 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. So, option (A) is correct.
Cancel reply
Cancel reply