Please enable JavaScript.
Coggle requires JavaScript to display documents.
JAVA (Features (Java Virtual Machine(JVM), source code, Write Once Run…
JAVA
Features
Java Virtual Machine(JVM)
source code
Write Once Run Anywhere(WORA)
writing style
upper camel casing
Pascal
indent
Output
JOptionPane
S.O.U.T.
java programming types
applets
java applications
console applications
windowed applications
correcting errors
syntax
misspelled command
misspelled filename
not within correct sub-folder
java not installed properly
logical
run and check different entries to see if its running properly
make sure the code solves the problem
adding comments
help others to understand your code
helps you to find logical errors
compiling
converting programming language into machine language and does what it is commanded to do