Describe the syntax of multiple inheritance? When do we use such an inheritance?


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

Post New Answer

More Core Java Interview Questions

How do I convert a string to an int in java?

0 Answers  


Can abstract class have private constructor?

0 Answers  


What is collection sort in java?

0 Answers  


explain about jre and jvm

2 Answers  


When should we create our own custom exception classes?

0 Answers  


How we can declare a static variable?

0 Answers   HCL,


How do you take thread dump in java?

0 Answers  


Explain the overview of UDP messaging.

0 Answers  


What is OOP Language?

0 Answers   Atos Origin,


How to find the given number is a prime number or not by getting input from the user

0 Answers  


How do you use wildcards?

0 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


Categories