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 |
What is a website container?
What is the common usage of serialization? What exceptions occur during serialization?
How do you sort a string in alphabetical order in java?
Advantages of Inheritance in java.
What kind of variables can a class consist?
Can a class have more than one object?
What is Servlet?
What are Encapsulation, Polymorphism and Inheritance?
What is the method in java?
What is finalize()?
What is connection class in java?
What is indexof in java?