Java Data Types (JNNC Technologies)
Java is rich in data types which allows the programmer to select the appropriate type needed to store variables of an application.
- Every variable in Java has a data type which tells the compiler what type of variable it as and what type of data it is going to store.
- It specifies the size and type of values.
- Information is stored in a computer memory with different data types.
- Whenever a variable is declared it becomes necessary to define data type that what will be the type of data that variable can hold.
';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
0 Comments
If you have any doubts,please let me know