Answer Posted / sumit
NO, java is not 100% oops because
1) it doesn't support directly multiple inheritance(using interface for multiple inheritance)
2) we cannot overload operators.
3) it allows static methods to cal without creating the instance.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by buffering?
Does set allows null in java?
What does localhost mean?
What is type inference in java8?
How can you generate random numbers in java?
Is java util regex pattern thread safe?
Does chrome use java?
What is the do while loop syntax?
Differentiate between == and equals().
How to avoid memory leak in java?
What is treeset in java collection?
What is the access scope of a protected method?
Explain throw keyword in java?
Define inheritance?
What is object data type?