What are JSP Directives?

Answer Posted / vij

A directive is a way for you to give special instruction to
the container at page translation time.

3 flavours

page
include
taglib

Is This Answer Correct ?    30 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the standard action?

489


Which jsp methods can be overridden?

516


What are different types of comments used in jsp?

500


What is cookies in jsp?

493


How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.

1643






Can you call jsp from servlet?

514


List out the various scope values of jsp action.

590


What is jsp syntax?

459


What class.forname will do while loading drivers?

532


What is jsp and its features?

531


How does response sendredirect work?

502


What is custom tag library?

481


What is context url?

480


What are the implicit el objects in jsp?

538


What is client scripting?

482