How to send data in get method
Which type of Statement can execute parameterized queries
The difference between Servlets and JSP is the ……………
In an examination 38% of students fail in English and 61% pass in Hindi and 23% fail in both. Find the actual failure percentage
Which of the scripting of JSP not putting content into service method of the converted servlet
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
. JSP includes a mechanism for defining …………………………. or custom tags
What will be printed by the code below my $val = {}; print ref($val);
Which http method send by browser that asks the server to get the page only
Which of the following are the valid scopes in JSP
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
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
Which of the following is the correct order of servlet life cycle phase methods