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
What’s the difference between constructors and other methods?
What is method overloading and method overriding?
What is a map in java?
What is the difference between abstract classes and interfaces?
Is arraylist zero based?
Can we declare an array without size in java?
Can I import same package/class twice?
Which is the best sorting technique in java?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is a instance variable in java?
What are the various access specifiers for java classes?
What are the benefits of java?
What is mnemonic code?
Which collection does not allow duplicates in java?
What are the important methods of java exception class?