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

Can we have multiple classes in a single file?

514


Can we inherit a class with private constructor?

576


what is the difference between a threads start() and run() methods? : Java thread

528


What is a vararg?

556


How does varargs work in java?

612






Write a java program to generate fibonacci series ?

574


What is the purpose of the main method?

545


Can inner class have constructor?

551


What is the difference between a local variable and an instance variable?

552


How do you reverse a list?

556


What is a default constraint?

617


How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?

759


Can we extend immutable class?

534


Why map is used in java?

583


Why stringbuilder is not thread safe?

543