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 |
Why is java called technology?
What is pure java?
What is java gui?
Is java a web technology?
What is 'applet container' ?
What is java secure socket extension (jsse)?
What are the j2ee technologies?
which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)post
What is jetty in java?
What is java mobile?
What are the components of j2ee applications?
What is gridlayout in java?