Which packages contain the JDBC classes
Which type of Statement can execute parameterized queries
The difference between Servlets and JSP is the ……………
Which of the following code is used to get an attribute in a HTTP Session object in servlets
The method forward(request,response) will
The include() method of RequestDispatcher [A] sends a request to another resource like servlet, jsp or html [B] includes resource of file like servlet, jsp or html [C] appends the request and response objects to the current servlet [D] None of the above
Which of the following code can be used to redirect user to different url
Which of the following code retrieves the Internet Protocol (IP) address of the client that sent the request
Which of the following request attributes that an error-handling servlet can access to analyse the nature of error/exception
Which of the following code is used to delete an attribute from a HTTP Session object in servlets
Which of the following code is used to get language code in servlets
Which of the following code is used to delete a HTTP Session object in servlets
Which of the following code retrieves the Internet Protocol (IP) address of the client that sent the request? A - request.getRemoteAddr() B - response.getRemoteAddr() C - Header.getRemoteAddr() D - None of the above
Which of the following is correct about org.junit.JUnitCore class