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 yield () in java?
Is there is any difference between a scrollbar and a scrollpane?
What are the main concepts of oops in java?
How does abstract modifier work?
Catch(Exception e){ } in that what is Exception and purpose of that in that place exactly?
What is multithreading in java?
What is the final access modifier in java?
what is ststic with example
What is nested class?
What is the purpose of return statement?
Why singleton pattern is better than creating singleton class with static instance?
what is anonymous class in java?