Is java is a fully object object oriented language?
Answer Posted / elango
Java is object oriented language but not fully object
oriented language. because it does not support multiple
inheritance.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is constructor inherited?
What is a dot notation?
Explain method local inner classes ?
What does string intern() method do?
what state does a thread enter when it terminates its processing? : Java thread
What are the restrictions imposed on method overriding?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
How do you sort words in java?
Explain the difference between comparator and comparable in java?
How garbage collection is done in java?
Explain an algorithm to find depth of a binary tree.
What state does a thread enter when it terminates its processing in java programming?
What is the base class of all exception classes in java?
What is variable explain with example?
What is the functionability stubs and skeletons?