Why is java not 100% pure oops?



Why is java not 100% pure oops?..

Answer / Vivek Arya

"Java is mostly object-oriented, but it's not a 100% pure OOP language because it supports primitive data types like int, char, float, etc., which are not objects. Also, Java provides some functionalities that don't follow the OOP principles, such as 'goto' statement and multithreading using threads instead of objects."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a website container?

1 Answers  


What is the common usage of serialization? What exceptions occur during serialization?

1 Answers  


How do you sort a string in alphabetical order in java?

1 Answers  


Advantages of Inheritance in java.

11 Answers   CybAge, HCL,


What kind of variables can a class consist?

1 Answers  


Can a class have more than one object?

1 Answers  


What is Servlet?

8 Answers  


What are Encapsulation, Polymorphism and Inheritance?

5 Answers  


What is the method in java?

1 Answers  


What is finalize()?

1 Answers  


What is connection class in java?

1 Answers  


What is indexof in java?

1 Answers  


Categories