Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

java is pure object oriented or not?

Answer Posted / nithi

Java is not pure object oriented language.It have primitive data types. the pure object oriented language is the one which uses all the concepts of oops and use objects.but in the other case when the java uses wrapper classes for primitive data types, it will use everything as class and objects and become pure object oriented language..

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

3384


How do you change the style/class on any element using javascript?

969


What are the valid scopes of a variable in JavaScript?

1060


Which companies are using node js?

935


What are javascript objects?

1010


How to select an element by id and swapping an image?

936


What is undefined x 1 in JavaScript?

1037


Is a hash table an array?

1024


What is dataview in javascript?

992


What does trim stand for?

1048


What is the use of Void(0)?

1114


How are event handlers utilized in javascript?

1116


In Javascript are calculations with fractional numbers guaranteed to be precise?

1155


What is the difference between window and document in Javascript?

1117


How do you reverse a string in javascript?

954