Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / kumaresh
yes,java is pure object oriented language...
because all our codes are written within the class.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we serialize static variables in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
Can an object subclass another object?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
When does a class need a virtual destructor?
What is string substring?
What do you mean by thread safe?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
What is the static block?
What are locale settings?
how are methods defined?
What is an exception? difference between Checked and Unchecked exception in Java
Is there any tag in htm to upload and download files?
Can a class be declared as static?
How do you include a string in java?