primitive data types in java are the basic building block for storing and manipulating data.
they are predefined by the language and specify the type of a variable and the values in can hold.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
The data type itself is not for manipulating.. It defines the type of variable and which valid values are existing for that type of variable... Please docs.oracle.com/javase/tutorial/ja...
Also
java
is writtenJava
....