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
How to write custom exception in java?
Can substring create new object?
What is an infinite loop? How infinite loop is declared?
What are the two ways in which thread can be created?
What is collection api?
How do you find the absolute value?
What is slash r?
What is a java lambda expression?
Can we cast any other type to boolean type with type casting?
Can a class be declared as protected?
Can we catch more than one exception in a single catch block?
How does multithreading take place on a computer with a single cpu in java programming?
Is java a pure object oriented language?
why an outer class cannot be declared as private?
Can size_t be negative?