Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Write the following code for a JSP page:<%@ page language = "java" %> <%PrintWriter print = request.getWriter();print.println("Welcome");>%Suppose you access this JSP file, Find out your answer.a) A blank page will be displayed.b) A page with the text Welcome is displayedc) An exception will be thrown because the implicit out object is not usedd) An exception will be thrown because PrintWriter can be used in servlets only
Profile Answers by abhinav_saraswat Questions by abhinav_saraswat
Questions by abhinav_saraswat
Related Answered Questions
Related Open Questions