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
what do you mean by classloader?
Which is better arraylist or vector?
What are the methods to rectify ambiguities in the interfaces in JAVA?
Why can't we make a class private in java?
What is the final keyword denotes?
Explain the pointers in Java?
What is final variable?
Difference between ‘>>’ and ‘>>>’ operators in java?
What is a 16 bit word?
What is meant by overloading?
Difference between throw and throws?
What is the tradeoff between using an unordered array versus an ordered array?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Why hashcode is used in java?
How to make a write-only class in java?