how can be object class inherited to all class in a program
when java does not support multiple inheritance??
Answer Posted / prasad
by using interface
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
How objects of a class are created if no constructor is defined in the class?
Tell us something about an iterator.
How do you sort arraylist in descending order?
What is javac used for?
Is null a keyword in java?
What are the steps that are followed when two computers connect through tcp?
Does collectionutils isempty check for null?
Can we call virtual funciton in a constructor ?
Can a class extend 2 classes in java?
How to change the priority of thread or how to set priority of thread?
What is the char data type?
How can we find the sum of two linked lists using stack in java?
how are methods defined?
Can a constructor call the constructor of parent class?
What does super keyword do?