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 are disadvantages of java?
Explain the private protected method modifier?
What is the difference between double and float variables in java?
How many characters is 16 bytes?
Explain about the dynamic behavior of core java?
Explain try and catch keywords in java?
Can list have duplicates in java?
what is meant by HQL?
What is tree node in java?
What is java object name?
How does list work in java?
What restrictions are placed on method overloading in java programming?
What are the problems faced by java programmers who don't use layout managers?
What is temp in java?
What is %d in printf?