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
What are JVM.JRE, J2EE, JNI?
When should I use singleton pattern?
What are packages in java?
What are the differences between heap and stack memory in java?
Can we use string in switch case in java?
What are different types of inner classes ?
Is null in java?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What are the advantages of unicode?
What super () does in java?
what happens when a thread cannot acquire a lock on an object? : Java thread
Can we use synchronized block for primitives?
What happens if an exception is throws from an object's constructor?
Write a program to find maximum and minimum number in array?
Explain the use of shift operator in java. Can you give some examples?