Can we declare static variables in JSP page.

Answer Posted / vijayakumar chinnasamy

In Declaration tag (<%! -- %>), you can able declare the
static variable,class, define methods.

Is This Answer Correct ?    23 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are java annotations?

641


How big is a 32 bit integer?

524


What is complexity in java?

519


Is void a data type?

534


Write a program to print all permutations of string?

673






What is a class instance variable?

614


What is object-oriented paradigm?

608


What is mvc in java?

553


What is a conditional equation?

558


Is java type safe?

503


What is the disadvantage of java?

503


What is field name?

580


Can we clone singleton class in java?

509


Why put method is used?

519


Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).

1600