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 garbage collection in Java, and how can it be used ?
32 Answers Accenture, HCL, Infosys, Sara, SITS, TCS, Wipro,
Does variable declaration allocate memory?
What is the difference between @before and @beforeclass annotation?
What is java reflection?
What is the benefit of using enum to declare a constant?
What is predicate in java?
which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
What is the functionality of Webserver?
What is size of int in java?
What is anagram word?
Explain the relationship between the Canvas and Graphics class?
How do you call a reference in java?