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 are the different types of data structures in java?
Which sorting is used in arrays sort in java?
Explain method overloading?
What is files manifesting?
What is bigger kb or mb?
Can a class have multiple constructors?
What are computer functions?
Why synchronization is important in java?
How does arrays sort work in java?
How do you compare characters in java?
What is __ init __ functions?
What is the purpose of the runtime class in java programming?
What is the super void?
how are methods defined?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?