Why Java is not purely object oriented?
Answer Posted / rahul sharma
This is wrong java is pure object oriented language, because
we can not write any program without using class.
Do'nt be get confused.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a nested class?
What is method overloading in JAVA? Why is it not present in C ?
What is a method header?
How will you compute size of a structure?
Write a java program that prints all the values given at command-line.
What is t type java?
What is jvm? How its run?
Can you declare a private method as static?
Can we declare the main method of our class as private?
Can we use both this () and super () in a constructor?
What is the base class in java from which all classes are derived?
Is java a pure object oriented language?
Difference between arraylist and hashset in java?
What is polymorphism in java? What are the kinds of polymorphism?
What is a bufferedreader?