Correct Answer: Line 4 is wrong because the uri value must begin with http://
Explanation:
Note: This Question is unanswered, help us to find answer for this one
JSP And Servlets Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More JSP And Servlets MCQ Questions
Which method is called before the page service any requests?
JSP implicit object 'exception' is an object of which of the following classes?
Given a servlet containing the following code, what is the outcome of attempting to compile and run the servlet? ServletContext context = getServletContext(); String s = context.getAttribute('javax.servlet.context.tempdir');
The http GET, PUT, and DELETE verbs are idempotent. What does the term 'idempotent' stand for?
JSP implicit object 'application' is an object of which of the following class?
Which is not a valid standard method called as part of the JSP life cycle by the container?
Which classe has an implementation of getSession method that returns an HttpSession object?
Which is not a 'page' directive attribute?
Which types can be used in conjunction with HttpServletResponse methods to stream output data?
Objects which when compiled down are contained in (a) ____ file.
JSP And Servlets MCQs | Topic-wise