Which is not Object in Java?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is final modifier?

556


Can an interface have a constructor?

510


Can a private method of a superclass be declared within a subclass?

525


What is += mean in java?

536


What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?

600






Is main a function?

510


Can we create a constructor in abstract class?

565


Are private methods final?

478


How to declare objects of a class ?

582


Which variables are stored in stack?

441


What are wrapper classes in java?

592


What is map in java?

514


What is the maximum size of hashmap in java?

525


What is the difference between I ++ and ++ I in java?

500


How are variables stored?

527