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
Explain higher-order functions in javascript?
What is the meaning of callback function?
How do you access an element in an HTML document with JavaScript?
What is node value?
Where do you put javascript in html?
Explain how can you submit a form using JavaScript?
How javascript sort function works?
What is the context in javascript?
Can you assign an anonymous function to a variable?
How do you organize your JavaScript code?
What is the prototype object in javascript and how it is used?
What do you mean by ide?
How to accessing elements using javascript?
How to use external JavaScript file?
Which symbol is used for comments in Javascript?