Answer Posted / ajay
Java is not 100% pure OOP language because of:
1: Java doesn't support Multiple Inheritence directly.
2: We can call static methods and variables without
creating Object of class which is not supported by OOP.
3: Primitive data type which are not Object.
Those are the reasons why Java is not 100% pure language.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is interface in java? Explain
What is multi-catch block in java?
What is update method called?
What are different types of control structures?
Explain about oops concepts.
What is an i/o filter?
What is a class reference?
What is string in java? String is a data type?
What is proper subset?
Does java have a compiler?
How do you compare values in java?
What is meant by binding in rmi?
Can we pass null as argument in java?
What is get () in java?
What do you mean by JVM?