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
How to compare strings in java?
Write a factorial program using recursion in java?
What is the difference between an interface and an abstract class?
Explain the importance of finally over return statement?
What are the differences between checked exception and unchecked exception?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Why Java is not pure Object Oriented language?
Can java run on google chrome?
What do you mean by composition in java?
What is the collections api in java programming?
What is the default size of set in java?
what is a working thread? : Java thread
What restrictions are placed on method overloading in java programming?
What is string array?
What is the difference between the prefix and postfix forms of the ++ operator?