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
List down the methods and interfaces of collection class in java.
What are the java ide’s?
What do you mean by aggregation?
Which object oriented concept is achieved by using overloading and overriding?
What is the difference between @before and @beforeclass annotation?
What is the use of accept () method in java?
Define packages in java?
design an lru cache in java?
what is meant by Garbage collection?
Which is illegal identifier in java?
What is the use of beaninfo?
Difference between a process and a program?
What ide should I use for java?
What is a copy constructor in java?
What is the significance of listiterator?