Answer Posted / 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 |
Post New Answer View All Answers
What are the three best choices for a development environment?
What is a generic type?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What is the disadvantage of java?
What is the difference between serial and throughput garbage collector?
How do you detect memory leaks?
How static variable work in java?
Write a java program for binary search?
Can a method be overloaded based on different return type but same argument type?
What is a final class in java?
What is string and example?
What do you mean by default constructor in java?
What is data type in java?
What is the difference between a window and a frame in java programming?
Write a java program to print fibonacci series?