Is Java is 100% pure OOPS? Explain?

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


Please Help Members By Posting Answers For Below Questions

What is Java Package and which package is imported by default?

598


How will you calculate the depth of a binary tree if the tree contains 15 nodes?

601


Which methods are used during serialization and deserialization process?

553


I don’t want my class to be inherited by any other class. What should I do?

580


Does sprintf allocate memory?

595






Is 0 true or is 1 true?

518


Is node a data type in java?

500


Is array dynamic in java?

483


What does t in java mean?

536


How to declare an arraylist in java?

482


do I need to use synchronized on setvalue(int)? : Java thread

560


What is definition and declaration?

529


Can list contain null in java?

628


What is flag in java?

535


Is string a class in java?

513