06 Java Tutorials - Variables and Data Type in Java - Study Viral
A variable is a named memory location that you can use to store a value. Also the value of variable can change during the execution of program.
Data type is a special keyword used to allocate sufficient memory space for the data, in other words Data type is used for representing the data in main memory (RAM) of the computer.
0 comments:
Post a Comment