1.

What Is Declaration In Jsp?

Answer»

In JAVA Server pages Declaration is used to declare and DEFINE variables and methods that can be used in the Java Server Pages. The variable which is DECLARED is INITIALIZED once and it retain its value for every subsequent client request.

In Java Server pages Declaration is used to declare and define variables and methods that can be used in the Java Server Pages. The variable which is declared is initialized once and it retain its value for every subsequent client request.



Discussion

No Comment Found