Answer Posted / siva kumar
jsp directives are used to avoid java code from jsp.
jsp directives are 1.page 2.include and 3.taglib.
Attributes for page direcites are
import,language,contentType,errorPage,isErrorPage,buffer,autoFlush,
session,threadSafe,extends,info,pageEncoding and isELIngnored
Attributes for include directives are
page and file
Attributes for Taglib directive are
uri,prefix and tagdir
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
When destroy method of jsp is called?
How do you connect to the database from jsp?
Explain the advantages in jsp?
What is include directive in jsp?
How does a servlet communicate with a jsp page?
Why do we need servlets and jsp?
What’s the difference between forward and sendredirect?
What are the events in jsp page?
What is the advantage of using getProperty action, as compared to the accessor method?
List out some advantages of using jsp.
What is the _jspservice() method?
What is translation phase?
What are the jsp tag?
Why is it not necessary to configure standard jsp tags in web.xml?
What are the implicit, internal objects and methods on the jsp page?