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
Why is _jspservice () method starting with an '_'?
How is jsp better than servlet technology?
Explain the various scope values for
Why is jstl used?
Mention some important jsp action tags.
Explain the difference between jspwriter and servlet printwriter in jsp?
Which jsp lifecycle methods can be overridden?
Can we use javascript in jsp?
Differentiate between include directive and include action.
How can we use beans in jsp?
How jsp is executed by web server?
how can i update the marque in jsp without changing the sourse code
What is session management in jsp?
What is an expression language?
Explain the difference between servlet and jsp?