Java for Complete Beginners (Video), Part 24: Packages

How to use packages in Java. Packages are an important tool for organising your code; you’ll also need to understand packages to use other people’s code. 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 , , , |

Java for Complete Beginners (Video), Part 23: Interfaces

A tutorial on interfaces in Java. Discover how you can use interfaces almost everywhere where you’d normally use classes, with one important exception. Interfaces have a variety of uses, including helping to specify functionality, helping to separate one class from … Continue reading

Posted in Java, Java Video Tutorials (Beginners) | Tagged , , , |