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 |
Difference between vector and arraylist.
Why can't we make jsp as a controller and action servlet in struts?
How many bytes is a character?
Give a practical example of singleton class usage?
What invokes a thread's run() method in java programming?
Is java platform independent?
Integer.parse Int(bf.readLine(System.out.println("enter value for n["+m+"]:"))); can it run under this
What is method overriding in java ?
Explain difference between final, finally and finalize?
what is predefined function in java?
Do I need java on my computer?
What is variable in java?