Is java is a fully object object oriented language?

Answer Posted / sanatan (orissa)

Please have a look, it may help you ........
There are some classes whose object can't be created.
Like 1) java.lang.Math
& 2) java.lang.System.
Because all the members are by default static.
So there is no need to create object of that classes.
Even there also no need of default constructor .
For which compiler doesn't create default constructor.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many ways can we create singleton class?

498


Why is it called boolean?

519


What is tree in java?

486


Is vector synchronized in java?

547


What is the use of a conditional inclusion statement in Java ?

584






Why to use nested classes in java? (Or) what is the purpose of nested class in java?

519


What does g mean in regex?

558


How to create com object in Java?

644


What is numeric function?

537


Why is it important to initialize a variable?

489


What is a numeric literal?

521


Explain notify() method of object class ?

605


What are the four pillars of java?

608


How can we create a thread in java?

583


What is bufferedreader in java?

576