primitive data types in Java ?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
byte, short, int, long, float, double, char, boolean
Is This Answer Correct ? | 11 Yes | 1 No |
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 |
Answer / ravikiran(aptech mumbai)
byte
short
int
long
float
double
char
Is This Answer Correct ? | 5 Yes | 4 No |
How many types of variables are there?
Is main is a keyword?
What is the difference between yielding and sleeping in java programming?
What is called module?
What do you mean by a JVM?
What is the exact difference in between unicast and multicast object? Where we will use?
Difference between static methods, static variables, and static classes in Java.
Can you give names of Container classes?
What method is used to specify a container's layout in java programming?
What is the main function in java?
what is mean by thread lock?
What is a protected method?