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
Which is better typescript or javascript?
Is Exception handling possible in Javascript?
How do you implement Ajax using hide() function in JQuery?
What is the difference between arrow function and normal function?
What is the difference between the substr() and substring() functions in javascript?
What will be the output of the following statements?
Is javascript faster than asp script?
What does 3+4+"7" evaluate to?
What are data structures in javascript?
What is decodeuri() in javascript?
What is an example of javascript?
What are arrays in javascript?
Please write the Code of simple javascript calculator withot eval() function
What is npm javascript?
What is client side programming?