Answer Posted / vish
Yes, Java is completely object oriented...! OOPS principle says that data should control the code that in java happens, while in procedural languages code control the data.
Even the primitive datatypes in java like int are represented in object, see wrapper classes.
Finally its follow, all OOPS principal, like Encapsulation, Polymorphism and Inheritance.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Should I learn java first or javascript?
What is prototype in javascript and how do you use it?
How to write hello world on the web page?
What is console.log()?
why can't we call a static method from a non-static method
Define anonymous function.
How to force a page to go to another page using javascript ?
Why is java better than javascript?
What's the purpose of javascript?
Can webassembly replace javascript?
Define event bubbling?
How javascript variables work?
How do I use an external javascript file?
What is difference between arrow function and normal function?
What is s+ in regex?