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 passing value java?

0 Answers  


What is the exact difference in between Unicast and Multicast object?

0 Answers  


Why java uses the concept of the string literal?

0 Answers  


what is a green thread? : Java thread

0 Answers  


what is thread? : Java thread

0 Answers  






When can you say a graph to be a tree?

0 Answers   Amazon,


What is the use of http-tunneling in rmi?

0 Answers  


Can you pass by reference in java?

0 Answers  


What is the difference between throw and throws keywords?

0 Answers  


Java Compiler is stored in JDK, JRE or JVM?

0 Answers  


What are the two categories of data types in the java programming language?

0 Answers  


What is meant by string is immutable?

0 Answers  


Categories