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 |
What is an off by one error in java?
What is an immutable object? How do you create one in java?
What is string and example?
Explain about serializable interface in java?
What is the difference between preparedstatement and statement in java?
strings in java are objects.why?
What is JDK? Mention the variants of JDK?
How do you use compareto method?
How do you convert int to char in java?
What is update method and when it is called?
What do you understand by abstract classes?
What is set string?