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 webserver and extends the capabilities of a server.
(b) A Servelet can use the user interface classes like AWT or Swing.
1
Only (a) is TRUE.
2
Only (b) is TRUE.
3
Both (a) and (b) are TRUE.
4
Neither (a) nor (b) is TRUE.