Design and code a Java console application that defines a class, extends it into two other classes, overrides the toString() for all three classes, instantiates the classes into three objects, invokes the toString() on these objects, and prints out the return value of each toString() invocation.
Design and code a Java console application that reads a text file containing course information and prints out this information to the screen.
Design and code a JavaFX application that defines you to the world and displays fonts and pictures.
Complete the programming of a Lambda expression event handler for a JavaFX application.
Design and code a Java console application that reads in a varying number of course codes, stores them in a Java LinkedList, sort them, prints out the size of the LinkedList, and prints out the sorted course codes one by one.