what is the difference between static block and static
method
Answer Posted / ravikiran
static block is used to initialize the variables during the
JVM startup.
static methods are getting called with out creation of any
instance.
Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
What state is a thread in when it is executing?
Explain importance of inheritance in java?
What is comparable and comparator interface? List their differences
What’s the difference between unit, integration and functional testing?
What is namespace in java?
How do you write methodology?
What is a file pointer?
What does || mean in vectors?
What are disadvantages of java?
How do weakhashmap works?
What is the purpose of lambda expressions?
What is currentthread()?
What is jar?
Can we use string in switch case in java?
What is the properties class in java programming?