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 is thread pool? How can we create thread pool in java?
What is meant by 'Class access modifiers'?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
Can we define package statement after import statement in java?
Differentiate storage classes on the basis of their scope?
What is a boolean in java?
How do you use spaces in java?
What is the type of lambda expression?
How will you get the platform dependent values like line separator, path separator, etc., ?
What are the 4 versions of java?
Can a class be protected in java?
What is incompatible types in java?
Is void a keyword in java?
Can It is possible to synchronize the constructor of a Java Class?
What is implicit object in java?