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 does the append?
What is an infinite loop? How infinite loop is declared?
How do you insert a line break?
What about interthread communication and how it takes place in java?
can rmi and corba based applications interact ?
What are recursive functions? Give some examples?
What do you mean by inner class in java? Explain
Explain the importance of finalize() method.
what is instanceof operator used in java?
What are three ways in which a thread can enter the waiting state in java programming?
What is the difference between math floor and math round?
What is the purpose of declaring a variable as final?
What is arguments in java?
Name some OOPS Concepts in Java?
What is string in java?