Java violates few objected oriented concepts. Can you
explain in what way?
Answer Posted / pushpa
Multiple Inheritence
even if it is supported through the interfaces
it's not possible through basic object oriented concepts
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Why volatile is used in java?
What is io stream in java?
Explain how to convert any java object into byte array.
How many bytes is a char in java?
Can a top level class be private or protected?
Mention some interfaces implemented by linked list in java.
What is final class?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Why is java called java?
Detail discussions on JVM, memory management and garbage collector.
Can we have two main methods in a java class?
What is a variable declaration?
What is the difference between assignment and initialization?
Is null a string in java?
What is hashtable and explain features of hashtable?