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
Can we write multiple catch blocks under single try block?
what do you understand by the term string with respect to java?
What is a lambda expression ? What's its use ?
What is a byte array?
What java ide should I use?
What is the difference between super class & sub class?
What is a substitution variable?
What is difference between this and super keyword?
What is meant by oops concept in java?
How do you create a reference in java?
What are internal variables?
What is appletviewer?
What is the purpose of static methods and variables?
What is difference between array and arraylist in java?
What is the difference between a switch statement and an if statement?