Is Java is 100% pure OOPS? Explain?

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


Please Help Members By Posting Answers For Below Questions

What is the list interface in java programming?

580


How do you use parseint in java?

509


Is it possible for a yielded thread to get chance for its execution again?

507


Can extern variables be initialized?

509


Can we override final method?

565






What is locale in java?

571


What is meant by method overriding?

540


What is JVM and is it platform independent?

557


What is the purpose of encapsulation?

538


What is connection class in java?

508


What is the default value of local and global variables?

559


What is the properties class in java programming?

540


Can you inherit from an abstract class java?

525


Can constructor be protected in java?

506


Is vector thread safe in java?

554