Why Java is not purely object oriented?
Answer Posted / n.prabakaran
java is an not purely object oriented language.c++ is an
purely object oriented language.Because of java support OOPs
principles and others concept support that reason only java
is an not purely obj oriented language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a method inside a interface be declared as final?
How do you remove all elements from an arraylist in java?
Can we declare a constructor as final?
how is final different from finally and finalize in java?
How hashset works internally in java?
What is a char in java?
Why is stringbuffer thread safe?
How do you delete a list in java?
Implementations of set interface?
What is externalizable?
What is the relationship between class and object?
When should I use a singleton?
What is a map? What are the implementations of map?
How dead lock situation occurs in java and how you can identify it?
When can you say a graph to be a tree?