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
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
Will minecraft java be discontinued?
How does enum work in java?
What are dot operator queries?
What is meant by vector class, dictionary class, hash table class, and property class?
What is tree in java?
What is a function in programming?
Which sorting is best in java?
What is run time allocation?
What is java ceil?
How do you sort a set in java?
What are peerless components?
Difference between Linked list and Queue?
How do you join strings in java?
how come we know the object is no more used in the class?