Answer Posted / ravikiran
static block is used to initialization during the JVM start
up
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the final class modifier?
What are the important methods of java exception class?
What is native code?
Why are global variables used?
What is the difference between a switch statement and an if statement?
What is the difference between JVM and JRE?
What is java and its types?
How does hashmap work in java ?
Why are data types important?
Can we use static class instead of singleton?
What do you mean by mnemonics?
Can a final variable be null?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
Write a program to reverse array in place?
How to convert string to byte array and vice versa?