Java Data Types

Data types As we discussed in Java Variables when a variable is declared some part of memory is reserved. However, how much memory will be reserved depends upon the data type of the variable.  It means how much memory will be reserved and which type of data can be stored in reserved memory depending upon the … Read more