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
what is collatration?
What are scriptlets?
what is nested class in java?
What does the “static” keyword mean?
What are data structures in java?
Is string a wrapper class?
What is the difference between arraylist and hashset in java?
What is the main advantage of passing argument by reference?
What is the use of static class?
Can an interface have a constructor?
which class is the wait() method defined in? : Java thread
Can I learn java in 3 months?
Explain the difference between comparator and comparable in java?
Why java applets are more useful for intranets as compared to internet?
Can we create an object of private class?