Answer Posted / k.k
NO Java is not purely Oops bcaz of
1) AWT makes java code dependent..
AWT Uses Windows component which means java is depending
on OS components which makes it dependant
BUT Swings are introduce to make it independant
2) Primitive data type such as int makes java dependant
But Wrapper classes such as Integer make it independant
Becaz of abov 2 reasons java is dependant....
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How many types of string data types are there?
What is return in java?
Is it possible to override the main method?
What is an immutable class? How to create an immutable class?
How do you make an arraylist empty in java?
What is ++ a in java?
Can you use abstract and final both with a method?
What does %4d mean in java?
Why is String immutable?
What is the difference between private & public & friendly classes?
What are the advantages of packages in java?
What are strings in physics?
When does a class need a virtual destructor?
What is balanced tree in java?
How do you break a loop?