how an we achive multiple inhetitance in java using
interface..??
Answer Posted / sudhir
ya,use interface make 2nd class interface and use
implements keyword for inheritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are namespaces in java?
How many characters is 2 bytes?
what is the constructor and how many types of constructors are used in java?
Compare java and python.
What is nullpointerexception?
why java does not support unsigned keyword?
Is heap stored in ram?
What is the difference between variable & constant?
What is the current version of java?
What are void pointers?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
How do you sort words in java?
What is the difference between equals() and == in java?
What is the difference between throw and throws keywords?
What's the access scope of protected access specifier?