Computer Applications
What is meant by data type? Name two types of data type.
Values & Data Types Java
190 Likes
Answer
Data types are used to identify the type of data a memory location can hold and the associated operations of handling it. Data Types are of two types:
- Primitive Data Types
- Reference or Composite Data Types
Answered By
105 Likes
Related Questions
The data type int stores fractional values.
Boolean type data is used to test a condition and results in either true or false.
Why is it necessary to define data type in Java programming?
Define the following with an example:
(a) variable
(b) constant
(c) boolean data type
(d) coercion
(e) primitive data type
(f) non-primitive data type