Question
Java | Answer them all 1. In a JSP, in order to set a session attribute, you have to use a scriptlet with the session
Java | Answer them all
1. In a JSP, in order to set a session attribute, you have to use a scriptlet with the
session implicit object.
(a)true
(b)false
2. Are the TLD files that support the Java tag libraries text files or binary files?
(a)text
(b)binary
3. In a JSP page, you can use the EL technology without using the JSTL.
(a)true
(b)false
4. In Java EE, all the servlet init params configured in the web.xml using the
(a)true
(b)false
5. You cannot use the
(a) true
(b) false
6. In your JSP, suppose you have the following line,
Then the named variable ${book} must be a bean.
(a)true
(b)false
7. Suppose we have an EL expression: $ {"Java" + "Class"} in a JSP. What is the result of this expression?
(a) JavaClass
(b)an error
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started