Why java doesn’t support multiple inheritances?
No Answer is Posted For this Question
Be the First to Post Answer
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
Give an example of call be reference significance.
What are virtual functions?
What are different access specifiers in java?
Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?
Why is stringbuffer called mutable?
In what types of operations an ArithmeticException will be thrown?
What is void class in java?
What is string value?
What is t type java?
Is integer passed by reference in java?
When will we prefer to use set and list in java and why?