Is multiple inheritance supported by java?


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

Post New Answer

More Core Java Interview Questions

Why null interfaces are used in Java?

2 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


why is S capital in System.out.println ????

6 Answers  


Can we override static methods in java?

0 Answers  


What is anti pattern in programming?

0 Answers  






What collections you have worked on? Internal working of Hashmap?

1 Answers   Bravura Solutions,


How to read and write image from a file ?

0 Answers  


How can u create the Object of class Without using "New" opertor?

3 Answers   IBM, TCS,


What is difference between final and immutable?

0 Answers  


Are registers volatile?

0 Answers  


What is the use of generics? When was it added to the Java development Kit?

0 Answers   Impetus,


What is the main function in java?

0 Answers  


Categories