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
Why are constructors used?
What is a prefix function.write down a code to compute prefix function.
Give reasons supporting that string is immutable.
Is main a function?
What do you understand by the bean persistent property?
What is the nested interface?
Explain about the performance aspects of core java?
Differentiate between overriding and overloading cases?
What is palindrome in java?
What is unsigned char?
How do I print a “?
What is the relationship difference the canvas class and the graphics class?
What is native method in java?
Can we sort hashmap in java?
Why java uses the concept of the string literal?