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...

Is java pure object oriented or not? if yes, give the valid
reason.

Answer Posted / raamnaresh reddy.r

No,
Reason 1:- All predefined types are not Objects.
Example:- int a=10;
Reason 2:- All operations performed on objects are not
only through methods exposed at the objects but also we can
perform directly ., for example ., we can replace String
concatenate method concat() by '+'.,
Example:- String a="JAVA"+"notfullyOOL";

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static import in java?

1036


How do you do descending order in java?

1013


What is difference between null and void?

1020


How can we access some class in another class in java?

1056


What causes memory leak in java?

990


Can classes declared using the abstract keyword cab be instantiated?

1096


What is the importance of hashcode() and equals() methods?

1093


What is mutable object and immutable object?

1178


What is the primary benefit of encapsulation?

1155


Is map sorted in java?

1114


What do you mean by stream pipelining in java 8?

1288


What is locale in java?

1063


What is the basic difference between string and stringbuffer object?

1145


What loop means?

1004


What is the difference between jvm and jre? What is an interface?

1153