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

How many types of variables are there?

0 Answers  


Is main is a keyword?

0 Answers  


What is the difference between yielding and sleeping in java programming?

0 Answers  


What is called module?

0 Answers  


What do you mean by a JVM?

0 Answers   GE,






What is the exact difference in between unicast and multicast object? Where we will use?

0 Answers  


Difference between static methods, static variables, and static classes in Java.

1 Answers  


Can you give names of Container classes?

0 Answers   Ordain Solutions,


What method is used to specify a container's layout in java programming?

0 Answers  


What is the main function in java?

0 Answers  


what is mean by thread lock?

2 Answers   Infosys, TCS,


What is a protected method?

0 Answers  


Categories