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 upper case in java?
How do you detect memory leaks?
What is the difference between the font and fontmetrics classes in java programming?
What is immutable in java?
Define nashorn in java8.
Can we declare array without size in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Why do people says “java is robust”?
What is a function easy definition?
What is the properties class?
If we don’t want some of the fields not to serialize how to do that?
Which is the class in java?
What is the difference between stored procedure & function?
Can we have any code between try and catch blocks?
What is tcp and udp?