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
What are the different ways to handle exceptions?
What is the use of keywords in java?
What access modifiers can be used for class ?
Which is better stringbuilder or stringbuffer?
Are floats faster than doubles?
What does next mean in java?
Explain the difference between abstraction and encapsulation.
When the constructor of a class is invoked?
Why java is call by value?
What is passing parameters in java?
Can a static class have a constructor?
Is an integer an object?
What are keywords in programming?
What is static import?
What is the difference between Java1.4 and Java1.5