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

What are disadvantages of java?

766


Explain the private protected method modifier?

763


What is the difference between double and float variables in java?

877


How many characters is 16 bytes?

767


Explain about the dynamic behavior of core java?

881


Explain try and catch keywords in java?

906


Can list have duplicates in java?

717


what is meant by HQL?

855


What is tree node in java?

743


What is java object name?

766


How does list work in java?

715


What restrictions are placed on method overloading in java programming?

791


What are the problems faced by java programmers who don't use layout managers?

756


What is temp in java?

789


What is %d in printf?

769