The fourth programming project involves writing a program that behaves like the Java commandline compiler. Whenever we request that the Java compiler recompile a particular class, it notonly recompiles that class but every other class that depends upon it, directly or indirectly, and ina particular order.
To make the determination about which classes need recompilation, the Javacompiler maintains a directed graph of class dependencies.
Any relationship in a UML classdiagram of a Java program such as inheritance relationships, composition relationships andaggregations relationships indicate a class dependency.The main class for this project should create the GUI shown below:
Get Free Quote!
419 Experts Online