Is Java is 100% pure OOPS? Explain?

Answer Posted / rupali

no. java is not 100% pure OOPS.Bcz:
1). it does not support multiple inheritance and pointers
which are the concepts of oops.
2). it provides primitive datatypes which are not treated
as objects.
3). Bcz of static keyword.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ordered map in java?

542


What is the difference between static (class) method and instance method?

574


define polymorphism in java

639


Can we execute a program without main?

541


What are implicit objects in java?

553






Explain about the security aspect of java?

575


What is scope of a variable?

605


explain different ways of using thread? : Java thread

575


Which access specifier can be used with class ?

535


What is the difference between the paint() and repaint() methods in java programming?

633


Write a method to check if input string is palindrome?

584


What is purpose of keyword void?

568


What is the use of inner class?

547


Wha is the output from system.out.println(“hello”+null); ?

696


What is difference between static class and singleton pattern?

481