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 is the default value of local and global variables?
How do you convert an int to a double in java?
What does split function do in java?
What is meant by class and object in java?
What type of variable is gender?
What is the difference between ArrayList and Vector? which one is better in Java
What is methods in java?
What is meant by overloading?
What is variable explain with example?
how we can create packages in java?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
Explain 5 io best practices?
Is empty in java?
Why heap memory is called heap?
When should the method invokelater() be used?