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
What is data movement?
How do you escape json?
Can we declare a constructor as final?
Can constructor be inherited?
What is a website container?
Give an example of use of pointers in java class.
What is method in java ?
Why do we need array in java?
What is collection class in java?
What is an eror in java?
Which api is provided by java for operations on set of objects?
Can we declare register variable as global?
What is the difference between a synchronized method and a synchronized block?
What is difference between static and final?
What is the difference between declaration and definition in java?