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

How many java versions are there?

568


If a variable is declared as private, where may the variable be accessed?

558


What is the difference between numeric and integer?

517


What does null mean in java?

636


How to perform bubble sort in java?

598






What is the difference between call by reference and call by pointer?

507


what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread

496


what is thread in Java ?

631


What is difference between final and immutable?

565


What are features of java?

564


What is the format specifier?

522


Explain about fail fast iterators in java?

568


Can we increase size of array?

582


Is arraylist a class in java?

542


What is the range of a character variable?

551