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
What is local scope in javascript?
Can we learn javascript without knowing java?
Explain the process of document loading.
What are a fixed-width table and its advantages in javascript?
How do you trim in javascript?
How javascript sort function works?
What is null variable?
How can a value be appended to an array?
What is the role of javascript in html?
What's the date object using javascript?
How can we detect os of the client machine using javascript?
Explain javascript event delegation model?
How many types of functions are there in javascript?
Is javascript case sensitive language?
What are the new ways to define a variable in Javascript?