News

This Java naming conventions tutorial explains how and when to use snake, kebab, Pascal and camel case with variables, methods, functions and classes.
This post explains how to use variables in Java. Learn the primitive types (and what that means) and just why variables are so important for any coding!
Java has a set of rules for naming variables, known as naming conventions, which should be followed to improve code readability and maintainability. These conventions specify the naming format for ...
If you place the square brackets after the type name, as in int[] a, b, c;, all three variables signify one-dimensional arrays of integers. Where do square brackets go?
You use this library to generate a random number and insert the number into an array variable index. You can add one or several random numbers into your array variables, but Java does not ...
Variable naming conventions often confuse new developers. What's the difference between snake case, kebab case and pascal case? Try this variable naming quiz to set the record straight on naming ...