Why Java is not purely object oriented?
Answer Posted / devendu
One reason is we can write a java program without creating
an object.Another reason is java does not support multiple
inheritance exactly eventhough we use interface.
Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
What are the 4 types of research methods?
What is difference between this and super keyword?
Can you inherit a constructor java?
Can a class be final?
What are the legal operands of the instanceof operator?
What is skeleton and stub? What is the purpose of those?
Which java version is latest?
What is the use of runnable interface?
How does hashset work in java?
what is encapsulation in java? Explain
What is immutable in java?
What's the base class of all exception classes?
What is meant by 'bit masking' in java?
Explain the scope of a variable.
What is jit compiler ?