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

What is run time allocation?

0 Answers   Fidelity,


How can you add and remove nodes in jtree?

0 Answers  


Which method must be implemented by all threads?

0 Answers  


what is Dictionary? and what purpose it is used for?

3 Answers  


How to make a method thread safe without using synchronized keyword?

8 Answers   Persistent, Societe Generale,






int a=1; float b=1.0; System.out.println(a==b);

13 Answers   CTS, Honeywell, McAfee,


Explain about main() method in java ?

0 Answers  


Why array is used in java?

0 Answers  


Write code of any action class?

0 Answers  


What is the difference between applet and application?

0 Answers  


What do you understand by soft reference?

0 Answers  


Does java return by reference?

0 Answers  


Categories