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
Variables used in a switch statement can be used with which datatypes?
What is purpose of find feature?
Can a constructor call another constructor?
What are java annotations?
What is constant in programming?
Can we declare an interface as final?
Is array a class?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Why does java have two ways to create child threads? Which way is better?
What are the advantages of exception handling in java?
Can substring create new object?
What is return keyword in java?
Which list does not allow duplicates in java?
How is the marker interface used in Java?
What does those terms actually mean included in the j.d.k i.6?