Is Java is 100% pure OOPS? Explain?

Answer Posted / sumit

NO, java is not 100% oops because
1) it doesn't support directly multiple inheritance(using interface for multiple inheritance)
2) we cannot overload operators.
3) it allows static methods to cal without creating the instance.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between comparator and comparable in java?

689


What is bitwise complement?

725


Which is faster string or stringbuilder?

709


What do you mean by aggregation?

820


How we can generate random numbers in java?

869


What is type safety in java?

726


Why put method is used?

768


What is the main use of java?

829


What is the most important feature of java? What is an interface?

760


What is immutable state?

731


Explain about doubly linked list

831


In the below example, what will be the output?

801


Can a final variable be null?

753


Is linked list a linear or non-linear data structure?

741


What does java se mean?

774