Saved Bookmarks
| 1. |
Explain the constants, Varů able and Data Type in Jana ? |
|
Answer» Answer: in Java, primitive DATA types are used to define variables and constants.A variable's or constant's data type indicates what sort of VALUE it represents, such as whether it is an integer, a floating-point number or a CHRACTER, and determines the values it MAY contain and the OPERATIONS that may be performed on it. |
|