strictfp is a new keyword introduced for JDK 1.2. Details on it and it's uses are
HERE .
main isn't a keyword. The only restriction there is on main is the signiture of the main method that is used by the JVM to run a class. You can have as many main methods in your class that you wish with any method signiture that you wish.
[This message has been edited by Carl Trusiak (edited September 18, 2000).]