Which method is used to specify before any lines that uses the PintWriter
Which of the following feature of SQL Server was used before XML technology for semi structured data? a) Stored Procedure b) Dyanamic management views c) In memory database d) None of the mentioned
XML View Technology is useful in the following situations:
In which of the following scenario,using XML native storage would be inappropriate ? a) Fixed schema b) You want to query and modify your XML data c) You want to index the XML data for faster query processing d) Your application needs system catalog views to administer your XML data and XML schema
Which method is used to specify before any lines that uses the PrintWriter? [A] setPageType() [B] setContextType() [C] setContentType() [D] setResponseType()
Which of the following code encodes the specified URL for use in the sendRedirect method
Which of the following code is used to get a particular attribute in servlet
Which of the following code is used to get language code in servlets
Which of the following code can be used to send an error response to the client using the specified status code and clearing the buffer. A - request.sendError(statusCode) B - response.sendError(statusCode) C - header.sendError(statusCode) D - None of the above