Data Types in JAVA
Every variable in java have some particular data types. Data types in a programming language specify the size and type of value any variable can store. In java language, declaring the variable with the particular data type, changes can’t apply to some other data type in the complete life cycle of the program. Therefore it …