Which packages contain the JDBC classes
The method on the result set that tests whether or not there remains at least one unfetched tuple in the result set, is said to be
Which type of Statement can execute parameterized queries
Which can generate HTML dynamically on the client but can hardly interact with the web server to perform complex tasks like database access and image processing etc. in JSP
Which of the following are the valid scopes in JSP
Which method is used to specify before any lines that uses the PrintWriter? [A] setPageType() [B] setContextType() [C] setContentType() [D] setResponseType()
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
What are the mechanisms available in ServletContextListener interface
Which of the following code can be used to redirect user to different url
Which of the following code is used to get a particular attribute in servlet
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 delete a HTTP Session object in servlets
Which of the following is correct about org.junit.JUnitCore class