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 is try-with-resources in java?
Write a java program that prints all the values given at command-line.
What is == and === in javascript?
Write a code to show a static variable?
Why java is secure? Explain.
When will we prefer to use set and list in java and why?
Justify your answer that you can't define a method inside another method in java, if you can then how?
What are the default and parameterized constructors?
What are the uses of synchronized keyword?
What do you understand by the term wrapper classes?
What is reverse function?
how are methods defined?
What is integer size in java?
What is a lock or purpose of locks in java?
What are the methods to rectify ambiguities in the interfaces in JAVA?