Question: Which one of the following is correct for directive in JSP?

Options

A : <%@directive%>

B : <%!directive%>

C : <%directive%>

D : <%=directive%>

Click to view Correct Answer

Previous ||

JSP more questions

Which is mandatory in <jsp:useBean /> tag?

Which is not a directive?

Which object stores references to the request and response objects?

Which of the following action variable is used to include....

Which one is the correct order of phases in JSP....

Can <!?comment?> and <%?comment?%> be used alternatively in JSP?

How private field can be called using reflection?

How private method can be called using reflection?

Java code is embedded under which tag in JSP?

What are the components of a marker interface?

Annotations more Online Exam Quiz

Client and Server

Debugging in Eclipse

Design Patterns

Java Beans

JDBC

JSP Elements

Reflection API

Servlet

Session Management

Web application