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 meant by 'bit masking' in java?
what is the difference between preemptive scheduling and time slicing? : Java thread
why java uses class level type casting ?
why Java does not support multiple inheritances?
State the main difference between c++ and java?
What are different data types?
What is the use of callablestatement?
When should I use singleton?
Can we have return statement in finally clause? What will happen?
What is use of static method?
What are wrapper classes in java?
Can we serialize arraylist in java?
What do you mean by local variable and instance variable?
What is a method in coding?
Can we sort set in java?