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 |
Is string an object in java?
What type of code is java?
What are the different types of events in java?
What are the modules of j2ee?
Is java more difficult than c++?
I Want build and release interview questions
can someone tell me how does preparedstatement works? its an interface and where is the implementation?
What is comment?
What are the technologies a java developer must know?
What is j2ee api?
What is the difference between java and core java?
Is visual studio good for java?