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
Difference between this() and super() in java ?
What do you mean by platform independence of Java?
What is slash r?
Which is fastest collection in java?
Explain the term virtual machine?
Why arraylist is used in java?
What is function overriding and overloading in java?
Can we declare an interface as final?
What does snprintf return?
What is method overloading in java ?
What is size of int in java?
Does java runtime require a license?
How to create packages in java?
what is interface in java? Explain
can used Protected Class outside Function.?