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
What is the difference between Grid and Gridbaglayout?
What does n mean in java?
How to print an arraylist in java?
can I implement my own start() method? : Java thread
What is a linkedhashmap java?
What is the size of string?
Explain an algorithm to find depth of a binary tree.
Name component subclasses that support painting in java programming?
What is the difference between variable declaration and variable initialization?
Is hashset ordered?
Why can't you declare a class as protected?
How many return statement are allowed in a function?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
Does java return by reference?
How do you convert an int to a string in java?