82 Java Snippets You Should Always Carry with You...
// [comment]
Single line comment.
/* [comment] */
Multi line comment.
public
This can be imported publically.
import [object].*
Imports everything in object.
static
Going to be shared by every [object].
final
Cannot be changed; common to be define...
snaye.hashnode.dev5 min read