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
Explain the use of sublass in a java program?
What is jvm? How its run?
What is boolean example?
How do you compare two strings lexicographically?
Why hashmap is used in java?
What exactly is java?
What is the class in java?
Explain the difference between protected and default access.
Why are pointers not secure?
What is the difference between a loader and a compiler?
What are the advantages of exception handling in java?
What is generic class?
What are the basic interfaces of java collections framework?
What environment variables do I need to set on my machine in order to be able to run java programs?
What does main method?