Answer Posted / vivek
Java is not purely object oriented, because it is doesn't supports multiple inheritance.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to stop a thread in java? Explain about sleep () method in a thread?
Is hashmap thread safe?
Why stringbuffer is faster than string?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What is an object in java?
What is difference between array and arraylist in java?
What is parsing a string?
How do I find and replace in word?
Does string isempty check for null?
How will you communicate between two applets?
What are unchecked exceptions in java?
What are the restrictions that are applied to the java static methods?
How is final different from finally and finalize?
What does exclamation mean in java?
Difference between class#getinstance() and new operator ?