The reign of Thomas Graham is from
Which one of the following is a famous place of pilgrimage for Jains
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 ……………
What is the meaning of response.setHeader("xyz", "abc");
Which of the following is not a Session method
Which of the following code is used to get an attribute in a HTTP Session object in servlets
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 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 is the correct order of servlet life cycle phase methods
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