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 component-managed sign-on ?
What is application component provider?
What are the main components of the j2ee application?
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
Why is java robust?
What is enterprise information system resource?
Is string an object in java?
What is event in java?
What is entity reference?
to update a batch in a table in jdbc which method of statement object is used
Which is latest technology in java?
Is java is a high level language?