Why java is not a pure object oriented language?
Answer Posted / subbu
Java uses primitive datatypes. so it not a pure object oriented language.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How dead lock situation occurs in java and how you can identify it?
Can you achieve runtime polymorphism by data members?
Where are local variables stored?
What is matcher in java?
List out five keywords related to exception handling ?
What are the characteristics of Final,Finally and Finalize keywords.
Can we use both this () and super () in a constructor?
What does the “static” keyword mean? Can you override private or static method in java?
What is the static method?
In how many ways we can do exception handling in java?
What is internal iteration in java se 8?
What are the states of thread in java?
Name few java 8 annotations ?
How do I compare two strings in word in java?
Is arraylist dynamic in java?