Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / guest
yes, JAVA is pure object oriented Because a large application
consists of components objects, which interact with each
other. These components can be used to develop various
applications.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
How do you define a variable?
Can we make main() thread as daemon?
Can we compare two strings in java?
Can we cast any other type to boolean type with type casting?
What are the 6 boolean operators?
What loop means?
How do you identify independent and dependent variables?
Can there be an abstract method without an abstract class?
Does java have extension methods?
What is string pool?
How do you reverse a word in java?
What is java util function?
What is the difference between char and char *?
Can constructor be inherited?
Why does java not support operator overloading?