Correct Answer: public string myFunc(String name) { return name;}
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 of the implicit JSP object represents the servlet configuration information?
What's the difference between servlets and applets? 1.Servlets executes on Servers, where as Applets executes on Browser 2.Servlets have no GUI, where as an Applet has GUI 3. Both of them 4. None of them
JSP renders pages vis a ____ Life Cycle.
What does JSTL stand for?
Which action is a specialized tag that generates the appropriate or tag to load the Java Plug-in software?
Which interface can make a servlet thread safe?
When using HTML forms which of the following is true for POST method?
What is the likely outcome from running the code below? protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { RequestDispatcher dispatcher = getServletContext().getNamedDispatcher('/ServletB'); dispatcher.forward(request, response); }
When comparing servlet initialisation parameters to context intialisation parameters, which is true among the following?
What is true about the life cycle of a servlet?
JSP And Servlets MCQs | Topic-wise