what is the difference between static block and static
method
Answer Posted / chandu
write down compilation sequence order?
Static variable
Static block
Static method
?
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Can we access the non-final local variable, inside the local inner class?
Can an object subclass another object?
What does mean in regex?
How to instantiate member inner class?
What is difference between length and length() method in java ?
What do you mean by ordered and sorted in collections in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
What is ‘is-a ‘ relationship in java?
What is javac used for?
What is a default constructor and also define copy contrucyor?
What does singleton class mean?
What is data member in java?
What is a null check?
Why multiple inheritance is not supported by java?
Why for each loop is used?