whether java is fully object oriented language or partially
object oriented language
Answer Posted / rahul rastogi
Yes, Java is pure object oriented Language because in Java we can't use anything without Object.It means without object [directly or indirectly] we can't do anything.
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
How is string stored in java?
What is a parent class in java?
How does the java compiler work?
What is an association?
What is general methodology?
What is java util list?
What is a key in java?
How do you do absolute value in java?
Explain different ways of creating a thread. Which one would you prefer and why?
What is the purpose of using java.lang.class class?
How can constructor chaining be done by using the super keyword?
How would you use Bubble Sort to sort the number of elements?
Explain about version control?
What is java util concurrentmodificationexception?
Can we restart a thread already started in java?