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
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
Can we override constructor in java?
What is mnemonic in assembly language?
What is the order of arraylist in java?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What is structure of java heap? What is perm gen space in heap?
What are the differences between graph and tree?
What are the restrictions imposed by a Security Manager on Applets?.
How is it possible for two string objects with identical values not to be equal under the == operator?
How to stop a thread in java? Explain about sleep () method in a thread?
How do you differentiate abstract class from interface?
Why charat is used in java?
Can we extend a class with private constructor?
Why is it called boolean?