What is declaration statement?
Answer / Vijay Pal
In JSP, a declaration statement is used to define variables and other components at the beginning of a JSP page. This can include declaring scriptlet variables, declaration of Java classes, and setting page directive attributes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is server context?
What is the major difference between servletcontext and pagecontext?
Explain the advantages of jsp?
Can we implement an interface in a jsp?
How to include static files in a JSP page?
What are the two ways to include the result of another page?
What is the difference between include and jsp directive: include action?
How are custom tags in jsp created?
What is jsp scriptlet?
Why do we need custom tags?
hi friends...i created sessions in my login page i can able to create a session but after loging out again i can able access the pages by its addresses. i think u may got problem if possible post me small example for login with sessions including database
What is a declaration?