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 does @param args mean in java?
What is encapsulation? Elaborate with example?
Is multiple inheritance supported by java?
What is the right data type to represent a price in java?
why java main method is given as static method?
When do you get classcastexception?
Are global variables initialized to zero?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
What is e java?
What are the differences between Java 1.0 and Java 2.0?
how can be object class inherited to all class in a program when java does not support multiple inheritance??
what is abstract class in Java?