Please enable JavaScript.
Coggle requires JavaScript to display documents.
Creating Java Programs (Comparing Procedural and Object-Oriented…
Creating Java Programs
Programming Terminology
Comparing Procedural and Object-Oriented programming concepts
Procedural - operations executed one after each other
Object Oriented - involves the creation of classes and objects. Based around objects
Inheritance & Polymorphism
Features of the Java programming language
Program Types
Applets
Java Applications
Console Output
Indent Style
Main() Method
Compiling and Correcting Syntax errors
Running and Correcting Logical Errors
Modifying a Compiled Class
Correcting Logical Errors
Adding Comments
Use the "//" symbols to make a comment
Line, Block and Javadoc Comments
Producing GUI output