Please enable JavaScript.
Coggle requires JavaScript to display documents.
PROG5111 Chapter 1 (Features of Java (Types (Applications - Stand alone…
PROG5111 Chapter 1
-
-
Comments:
-
-
-
Javadoc... documentation comments - /*___/, automatically generate nicely formatted program documentation with a program named javadoc.
GUI Output
-
-
Import statement used to call a built in class, this must be placed out of class used
-
Compiling the Java Class, Syntax Errors
-
Compile-time error... the compiler detects violation of language syntax rules + unable to translate to machine language.
-
Logic Errors
These are errors that are not incorrect do to incorrect language but the program is faulty because the logic process is not correct.