Java MCQ Set 1 1. Which page directive should be used in JSP to generate a PDF page? a) contentType b) generatePdf c) typePDF d) contentPDF AnswerAnswer: a [Reason:] <%page contentType=”application/pdf”> tag is used in JSP to generate PDF. 2. Which tag should be used to pass information from JSP to included JSP? a) Using…