What is static block?


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

Post New Answer

More Core Java Interview Questions

What are the 6 boolean operators?

0 Answers  


Write a code to create a trigger to call a stored procedure

0 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


What is the default value of byte datatype in java?

0 Answers  


Can long be null in java?

0 Answers  






Why is java called java?

0 Answers  


What are the basic interfaces of java collections framework?

0 Answers  


Is upper case in java?

0 Answers  


When does the compiler supply a default constructor for a class?

9 Answers   TCS,


What is meant by throwing an Exception?

4 Answers   Accenture,


Explain what is Marker interface?

0 Answers   BirlaSoft,


What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?

0 Answers  


Categories