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 are the difference between undefined and not defined in javascript?
What is unobtrusive javascript?
Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
How can we establish connection with java and sql server?
How to setting a cookie with the contents of a textbox?
Why do we need javascript?
How can I learn javascript fast?
What does “1?+2+4 Evaluate to? What about 5 + 4 + “3??
Why are callbacks used?
What is closure? Give an example.
What are the decodeURI() and encodeURI()?
What is an asynchronous programming? Why is it important in javascript?
How do I open javascript in browser?
What is external javascript?
What are the Advantages and Disadvantages of JavaScript?