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 an exception?
what is the difference between a threads start() and run() methods? : Java thread
what is data binding? give the example
what is the difference between yielding and sleeping? : Java thread
What are different access specifiers in java?
Explain Method Overloading in Java.
How many types of memory areas are allocated by jvm?
What is the purpose of using the java bean?
what modifiers are used with top-level class?
What a static class can contains?
What is yielding and sleeping? how they different?
can abstract class have constructor how can you achive this ?