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
Explain the difference between comparator and comparable in java?
What is bitwise complement?
Which is faster string or stringbuilder?
What do you mean by aggregation?
How we can generate random numbers in java?
What is type safety in java?
Why put method is used?
What is the main use of java?
What is the most important feature of java? What is an interface?
What is immutable state?
Explain about doubly linked list
In the below example, what will be the output?
Can a final variable be null?
Is linked list a linear or non-linear data structure?
What does java se mean?