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 are the types of methodology?
What is static method with example?
What is object in java?
Can static methods access instance variables in java?
What are heterogeneous objects?
What is overriding in java?
Explain about arraylist?
What are the wrapped, classes?
How do you print array in java?
What is the role of garbage collector in java?
What is static block?
Should a main method be compulsorily declared in all java classes?
What is listnode in java?
Is java a compiler?
What is the tradeoff between using an unordered array versus an ordered array?