In this post, I am going to discuss Data Types in Java programming language.Humans know the difference between “54321” and “zyxwv”. But a machine does not know it. We use Data Types in computer programming to dictate what a variable or object can hold. We use Data types in all programming languages including C, C++,Continue reading “Data Types in Java”
