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 are virtual functions?
How can we create a thread in java?
When should a function throw an exception?
0 Answers Thomson Reuters, Virtusa,
What is the default value of the local variables?
What are the 3 types of loops in java?
Is hashset ordered?
What is the difference between static and global variables and also define what are volatile variables?
0 Answers Flextronics, Hexaware,
I need to know about complete topic in java's collections i with an examples
What is the immediate parent class of the Applet class?
How to prevent to create multiple objects of a java class?
What is the maximum size of hashmap in java?
Why set is used in java?