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
If you are given the name of the function at run time how will you invoke the function?
What is static class
What is a “stateless” protocol ?
Why spring singleton is not thread safe?
Can an interface have a constructor?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
State the merge-sort principle and its time complexity.
Does isempty check for null?
What is the exception hierarchy in java?
What are the approaches that you will follow for making a program very efficient?
Can we override a variable in java?
Which sorting algorithm is best in java?
how does multithreading take place on a computer with a single cpu? : Java thread
Which package is used for pattern matching with regular expressions?
How does a for loop work java?