Why Java is not purely object oriented?
Answer Posted / edward sudhaharchennai
Even though we cannot write parogramme in java without
classes and objects , Still java allows to use primitive
types. So i can say java is not 100% object oriented....
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the need of transient variables in Java ?
What is externalizable?
Why is java called the platform independent programming language?
What are the different types of inheritance in java?
Explain the polymorphism principle?
What is instance means in java?
What are different types of classloaders?
What are different types of constants?
Can a java program have 2 main methods?
What class allows you to read objects directly from a stream in java programming?
What is null in java?
Why arraylist is used in java?
What are the advantages and disadvantages of object cloning?
what do you mean by stream pipelining in java 8? Explain
Can the interface be final?