Java cheatsheets
String
Reference data type for storing text data, which has some properties of primitive data types.
MoreObject-Oriented Programming (OOP)
Usage of classes, interfaces, enums, access modifiers, and other elements of OOP.
MoreStreams
Create a sequence of elements from numbers, an array or a collection, and execute sequential or parallel operations on it. Often used to replace loops in Java 8 and higher.
MoreStacks and Queues
Create "last in, first out" (LIFO) stack, and "first in, first out" (FIFO) queue data structures in Java.
Coming soon...