Write the following code for a JSP page: <%@ page language = "java" %> RESULT PAGE <% PrintWriter print = request.getWriter(); print.println("Welcome"); %> Suppose you access this JSP file, Find out your answer.
Reveal answer
Fill a bubble to check yourself