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 do you use parseint in java?
What is the list interface?
'A class is a template for an object' explain this statement.
What do you mean by local variable and instance variable?
What are accessor methods in java?
What are peerless components?
What is the difference between scrollbar and scrollpane?
How do weakhashmap works?
What is runtime polymorphism or dynamic method dispatch?
What is a function easy definition?
What state is a thread in when it is executing?
What do you understand by the term singleton?
Explain when we should make an instance variable private.
What is difference between path and classpath?
Is cout buffered?