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 is the difference between sop and work instruction?
Why generics are used in java?
Difference between final and effectively final ? Why is effectively final even required ?
What are loops in java? What are three types of loops?
When to use runnable interface vs thread class in java?
Is a method a function?
What are white spaces in java?
What is size of int in java?
When can we say that threads are not lightweight process in java?
Which is easier .net or java?
What are the Main functions of Java?
What is bom encoding?
What is method overloading and method overriding?
can rmi and corba based applications interact ?
Can we have multiple catch block for a try block?