Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / shyam
yes java is object oriented because primitive data types are declaring inside class only
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain a situation where finally block will not be executed?
Which methods cannot be overridden in java?
Why stringbuffer is faster than string?
Explain the difference between abstract class and interface in java?
Can we force garbage collector to run ?
What is get () in java?
Explain java heap space and garbage collection?
Give the hierarchy of inputstream and outputstream classes.
What is an array in java?
what is meant by Byte code concept in Java?
Can anonymous class have constructor?
Explain about main() method in java ?
What do you understand by the term string pool?
Difference between error and exception
What is the difference between a static and a non-static inner class in java programming?