What's the base class in java from which all classes are derived?
No Answer is Posted For this Question
Be the First to Post Answer
Are arrays static in java?
What carriage return means?
How would you convert bytes to string?
Difference between nested and inner classes ?
How do you sort in java?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is thread start?
Is Constructor possible in abstract class in java ?
What is not object oriented programming?
Can we extend singleton class in java?
What is arrays aslist in java?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.