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
How do I write a self declaration?
Is null or empty java?
What does a za z0 9 mean?
What is ‘is-a ‘ relationship in java?
What interface is extended by awt event listeners?
Write a function to find out longest palindrome in a given string?
what is heap memory?
How to stop a thread in java? Explain about sleep () method in a thread?
Can we declare a class as static?
What is a void method java?
What are the skills required for core java?
What is a static method in java?
What is floor in java?
How large is a boolean?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?