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


Which is not Object in Java?

Answers were Sorted based on User's Feedback



Which is not Object in Java?..

Answer / raghava

Primitive data type(int, float,long, char,boolean..ect).
are not objects in java. we wrapper this int,float ect into
classes.

Is This Answer Correct ?    22 Yes 0 No

Which is not Object in Java?..

Answer / dinesh kumar

yaa u know everything are object in java but only datatypes
is not object in java...if u use further these datatype as
a object then change data type into object by wrapper
classes...so this is the resion.....so u can easilly say
that java is not 100% object oriented language because of
using data types okay....

Is This Answer Correct ?    16 Yes 2 No

Which is not Object in Java?..

Answer / vinod

Except primitive data types, everything is object in java.
We need to convert these primitive data types to an objects
using wrapper classes.

Is This Answer Correct ?    8 Yes 0 No

Which is not Object in Java?..

Answer / sriragv

Primitive data typets are not objects but we can use them
as objects by wrapping them

Is This Answer Correct ?    8 Yes 0 No

Which is not Object in Java?..

Answer / aruna

JAVA is not 100% Object Oriented as we can use primitive
datat types like int ,float in java also.we have to wrap
them into as Objet as the JVM can not treate them as
objects.In JAVA1.5 we no need to wrap them as Objects
because 1.5 provides auto wrapping up of primitive data
types.

Is This Answer Correct ?    6 Yes 1 No

Which is not Object in Java?..

Answer / manikandan [ gtec,vellore ]

simple data types are not object in java but java is 100%
object oriented bcas simple data types are not used for
storing in a database and collection classes are support
Wrapper classes and v used it for mostly studying
purpose.this is wat i know from a HR.

Is This Answer Correct ?    4 Yes 0 No

Which is not Object in Java?..

Answer / ramachandrarao

In Java primitive data types are not objects.
primitive data types are:int, float,long,
char,boolean,double,byte
forthat reason only java is not 100% object oriented.
to convert these primitive data types into objects we have
to use wrapper classes.

Is This Answer Correct ?    2 Yes 0 No

Which is not Object in Java?..

Answer / manikandan adhimoolam

hi,
Primitive data types not in object.so java is not 100%
pure object

Is This Answer Correct ?    4 Yes 3 No

Which is not Object in Java?..

Answer / boo

like said many times before me, primatives types arent
objects. Null isn't an object (I am saying this even though
it may seem trivial to some people). Exception Class
doesn't fall under Object either.

Is This Answer Correct ?    0 Yes 0 No

Which is not Object in Java?..

Answer / kesavan

Everything in java is Object,
no point in asking such Question in java.

Is This Answer Correct ?    2 Yes 15 No

Post New Answer

More Core Java Interview Questions

What is clipping and repainting and what is the relation between them?

1 Answers  


What are accessor methods in java?

0 Answers  


Is main a function?

0 Answers  


How can an exception be thrown manually by a programmer?

0 Answers  


What is string builder?

0 Answers  


How do you remove an object from an arraylist in java?

0 Answers  


What is an interoperable application in java ?

0 Answers   HCL,


why java is platform independent?

5 Answers   IBM, SparkTG,


What is your platform?s default character encoding and how to know this?

0 Answers   TCS,


what is the constructor and how many types of constructors are used in java?

0 Answers  


What releases of Java technology are currently available? What do they contain?

1 Answers  


Can interface be private in java?

0 Answers  


Categories