Computer Science, asked by nishajha80, 10 months ago

what is data type? which data type are available in java​

Answers

Answered by sachinrussel
3

Answer:

a particular kinds of data items or the operations that can be performed on it .

Boolean,char,byte and short are available in the java.

Answered by minj41
0

Answer:

Data types refers to the kind of data used in a program.

These data types available in Java :

Numeric data type: To store numbers ; we can use int,byte,long,short,float or double data type.

String and Character data type: Both these data type are used to store characters. Character data type could be numbers,alphabets, or special Characters.

Hope this answer will most helpful for U

Plzzz thank my answer......

Similar questions