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
Define Expression
How does el search for an attribute?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What are scriptlets in jsp?
Why jsp is used in java?
Can you override jspinit() method? If yes, in which cases?
What is a hidden comment in jsp?
What is jsp and its uses?
What is a jsp directive?
How are the jsp requests handled?
What is jsp in javascript?
What is jsp expression language and what are it’s benefits?
What are different implicit objects of jsp?
How can the applets be displayed in the jsp? Explain with an example.
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?