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
Does every java program need a main?
What does microservices mean?
String class is defined under which package in java?
Differentiate between nested and inner class in java.
When should I use a singleton?
What is a constructor overloading in java?
Can finally block be used without a catch?
What is the difference between stringbuffer and stringbuilder?
What is unicode datatype?
How do you execute a thread in java?
Can a static class implement an interface?
How to create packages in java?
Can we use static class instead of singleton?
What two classes are used to read data only?
Is main a function?