CSE MCQs :: Servlets-1
- Which of the following code is used to get an attribute in a HTTP Session object in servlets?
- Which method is used to specify before any lines that uses the PintWriter?
- What are the functions of Servlet container?
- What is bytecode?
- Which object of HttpSession can be used to view and manipulate information about a session?
- Which of the following is true about servlets?
- Which of the following statements are correct about the status of the Http response.
- Which JDBC driver Type(s) can be used in either applet or servlet code?
- Which of the following code retrieves the MIME type of the body of the request?
- Which methods are used to bind the objects on HttpSession instance and get the objects?
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
|