primitive data types in Java ?

Answers were Sorted based on User's Feedback



primitive data types in Java ?..

Answer / ranganathkini

byte, short, int, long, float, double, char, boolean

Is This Answer Correct ?    11 Yes 1 No

primitive data types in Java ?..

Answer / vijayakumar chinnasamy

Primitive data type:
====================
1 Numeric: type
a. whole numbers: byte,short,int,long
b.float numberis: float,double

2.character type
char

3.Boolean type
boolean

Abstract data type (ADT):
========================
String

Is This Answer Correct ?    6 Yes 0 No

primitive data types in Java ?..

Answer / ravikiran(aptech mumbai)

byte
short
int
long
float
double
char

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More Core Java Interview Questions

Which method cannot be overridden in java?

0 Answers  


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

0 Answers  


What are the benefits of immutable objects?

0 Answers  


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

0 Answers  


how tha garbage collector know that the object will be deleted? on which algorithm the garbage collector works? what is the working principle of garbage collector? How manay types of garbage collectors r there?

1 Answers   HP, SparkTG,






In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?

2 Answers  


Can we execute java program without main method?

0 Answers  


I dont want to use serialzable in java is there any another concept so plz tell me

3 Answers   WDC,


what is difference between method overloading & method overridding with example?

4 Answers   IBM,


What is the purpose of the return statement?

0 Answers  


When does Exception occurs?

3 Answers  


What will be the output of round(3.7) and ceil(3.7)?

0 Answers  


Categories