What are multiple inheritances? Is it supported by java?


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

Post New Answer

More Core Java Interview Questions

How do you use find and replace?

0 Answers  


What is method with example?

0 Answers  


How many inner classes can a class have?

0 Answers  


Does java allow default arguments?

0 Answers  


Is sizeof a preprocessor?

0 Answers  






What is ascii format?

0 Answers  


Can you access the private method from outside the class?

0 Answers  


Why is java not 100% pure oops?

0 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


What is final int?

0 Answers  


Does variable declaration allocate memory?

0 Answers  


How do you create a reference in java?

0 Answers  


Categories