This document provides a cheat sheet on Java basics including data types, commands, loops, abbreviations, and classes. It lists common Java data types like byte, short, int, long, boolean, char, float, and double along with their bit sizes and value ranges. It also covers Java commands, loops like for, while, do-while and for-each, and abbreviations like JVM, JRE, JDK. The cheat sheet describes encapsulation, swapping variables, and defining a simple class with methods.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
60 views
JAVA Cheat Sheet: by Via
This document provides a cheat sheet on Java basics including data types, commands, loops, abbreviations, and classes. It lists common Java data types like byte, short, int, long, boolean, char, float, and double along with their bit sizes and value ranges. It also covers Java commands, loops like for, while, do-while and for-each, and abbreviations like JVM, JRE, JDK. The cheat sheet describes encapsulation, swapping variables, and defining a simple class with methods.