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
Is constructor inherited?
What is the byte order of byte buffer?
What is the reason behind using constructors and destructors?
what is static import in java? Explain
What is the use of join method?
What are the advantages and disadvantages of reference counting in garbage collection?
What is the difference between delete and delete[]
Why can't you declare a class as protected?
Which methods are used during serialization and deserialization process?
Can a abstract class be defined without any abstract methods?
What is api in java?
Does set allows null in java?
What is a variable and constant?
what is the constructor and how many types of constructors are used in java?
What are java threads?