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

Is constructor inherited?

733


What is the byte order of byte buffer?

776


What is the reason behind using constructors and destructors?

784


what is static import in java? Explain

772


What is the use of join method?

789


What are the advantages and disadvantages of reference counting in garbage collection?

769


What is the difference between delete and delete[]

904


Why can't you declare a class as protected?

794


Which methods are used during serialization and deserialization process?

733


Can a abstract class be defined without any abstract methods?

775


What is api in java?

744


Does set allows null in java?

701


What is a variable and constant?

762


what is the constructor and how many types of constructors are used in java?

742


What are java threads?

838