Java for Complete Beginners (Video), Part 19: Static (and Final)
A tutorial on the static keyword in Java. The first part of the tutorial covers the basic meaning of static; after that we look at what you can do with static, including counting objects, assigning IDs to objects automatically, and … Continue reading
Posted in Java, Java Video Tutorials (Beginners)
Tagged beginners, classes, constructors, java, methods, setters, tutorial
Java for Complete Beginners (Video), Part 18: Constructors
A tutorial on constructors in Java; what are they, how to create them, using multiple constructors with different parameters and calling constructors from within other constructors. When the video is running, click the maximize button in the lower-right-hand corner to … Continue reading
Posted in Java, Java Video Tutorials (Beginners)
Tagged beginners, classes, constructors, java, methods, setters, tutorial