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 three parts of a lambda expression? What is the type of lambda expression?
What happens if an exception is throws from an object's destructor?
What is java and why do we need it? Explain
How do you start a new line in java?
Explain wait(), notify() and notifyall() methods of object class ?
How many characters is 2 bytes?
What is a stringbuffer?
How many types of variables are there?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What is the role of the java.rmi.naming class?
Does isempty check for null?
What is static import in java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
Can memory leak in java?
What is the purpose of nested class in java?