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 a parameter in java?
What is Garbage Collection in Java
What is difference between jdk,jre and jvm?
How do you use parseint in java?
What is string [] java?
When we serialize an object does the serialization mechanism saves its references too?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What is heterogeneous in java?
How do you add an element to an arraylist in java?
How do you execute a thread in java?
What is mysql driver class name?
Can we execute a program without main?
What is javac_g?
What is singleton math?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?