Computer Science, asked by mistybathija, 3 months ago

mention two types of data types in java programming

Answers

Answered by bhoomika239180
1

Answer:

application program

applet program

Answered by santhalingam2005
3
Data types are divided into two groups:
(i)Primitive data types - includes byte , short , int , long , float , double , boolean and char.
(ii)Non-primitive data types - such as String, Arrays and Classes (you will learn more about these in a later chapter)
Similar questions