what is external varibles in jsp?
Answer / ram nidadavolu
you can use application.setAttribute("variablename", Object
value);
ie Integer globalVariable = new Integer(15);
application.setAttribute("global", globalVariable);
to retrieve it you would
Integer globalVariable =
(Integer)application.getAttribute("global");
etc.. this can be passed on between pages
| Is This Answer Correct ? | 5 Yes | 4 No |
What is j2ee component?
What is a java application server?
How many types of modules is defined by j2ee specification?
What is component contract?
What is the latest framework in java?
What is conversational state?
What is form-based authentication?
How is java development environment setup?
What is j2ee explain the component of j2ee application?
What is the preferred size of a component in java?
What is j2ee stand for?
What is a java application client?