Which of the following statements are correct about the status of the Http response
Which packages contain the JDBC classes
Which type of Statement can execute parameterized queries
An order was placed for the supply of a carper whose length and breadth were in the ratio of 3 : 2. Subsequently, the dimensions of the carpet were altered such that its length and breadth were in the ratio 7 : 3 but were was no change in its parameter. Find the ratio of the areas of the carpets in both the cases
The difference between Servlets and JSP is the ……………
Which of the scripting of JSP not putting content into service method of the converted servlet
What is the meaning of response.setHeader("xyz", "abc");
Which method is used to specify before any lines that uses the PintWriter
Why DB connections are not written directly in JSPs
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
Which of the following code is used to get language code in servlets