Which three types of JSP code are used?

Give the JSP code
<html>
<body>
<jsp:useBean id=’customer’ class=’com.example.Customer’/>
Hello,${customer.title} ${customer.lastName}, welcome to squeaky Beans, Inc.
</body>
</html>
Which three types of JSP code are used? (Choose three)
A. Java code
B. Template text
C. Scripting code
D. Standard action
E. Expression language

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.