java.lang.ObjectMainClassTemplate
public class MainClassTemplate
Lab (or Programming Project) X: Name of Lab or PP
The MainClassTemplate
class provides a main method
for a program that does X.
Constructor Summary | |
---|---|
MainClassTemplate()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main function initiates execution of this program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MainClassTemplate()
Method Detail |
---|
public static void main(java.lang.String[] args)
String[]
- args not used in this program
(but main methods always need this parameter)