Answer Posted / amika
java is a pure object oriented language because in java all
programs are made by using objects.in java ,without creating
objects we can,t access any method..so java is a pure object
oriented.
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
How do you achieve singleton?
Can we have more than one package statement in the source file?
Why are the objects immutable in java?
Why is a constant variable important?
What is classname class in java?
What is a final class ?
Explain about strings in java?
What is use of set in java?
How to change the priority of thread or how to set the priority of thread?
How do you clear a method in java?
Can static methods access instance variables in java?
Explain the reason behind ending a program with a system.exit(0)?
What are the access modifiers available in java?
What is the use of arraylist class in java?
What is called module?