Definitions for "Java Application"
Keywords:  standalone, jvm, run, invoked, program
a class that can be run like a program
a complete program, such as a Web browser
a complete program which is developed for standalone running, e
an embedded in-place applet (a small application) that you insert into a Web page so that users can interact with the Web page and with interactive technology such as multimedia
Keywords:  main, class, special, method, name
a Java class with a special method (whose name is main )