java is pure object oriented or not?

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


Please Help Members By Posting Answers For Below Questions

What is local scope in javascript?

649


Can we learn javascript without knowing java?

673


Explain the process of document loading.

724


What are a fixed-width table and its advantages in javascript?

669


How do you trim in javascript?

678


How javascript sort function works?

736


What is null variable?

902


How can a value be appended to an array?

653


What is the role of javascript in html?

680


What's the date object using javascript?

736


How can we detect os of the client machine using javascript?

711


Explain javascript event delegation model?

694


How many types of functions are there in javascript?

603


Is javascript case sensitive language?

752


What are the new ways to define a variable in Javascript?

759