What are static blocks and static initalizers in java ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What do you mean by mnemonics?

0 Answers  


Is string a data type in java?

0 Answers  


What is scope & storage allocation of static, local and register variables? Explain with an example.

0 Answers   IBS,


we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.

0 Answers  


i need to know the website that i can compile and run a java code in online.(while system doesn't contain any jdk and jre)

0 Answers  






who was the founder of java

32 Answers   CTS, HCL, ProKarma,


What is the difference between the final method and abstract method?

0 Answers  


my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??

1 Answers  


What is a bufferedreader?

0 Answers  


What is the diffrence between inner class and nested class?

0 Answers  


what is mena by object block any what is the use of that

0 Answers   CGI,


Can you call a constructor within a constructor?

7 Answers  


Categories