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 initialize variables?
What is java in simple terms?
What does jre stand for?
What is constructor chaining in java?
Do loops java?
What is wrapper class html?
What do you understand by java virtual machine?
Can we execute java program without main method?
Difference between this() and super() in java ?
what is meant by HQL?
What is byte code and why is it important to java’s use for internet programming?
how to create multithreaded program? : Java thread
Explain the private field modifier?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Can we define package statement after import statement in java?