Please enable JavaScript.
Coggle requires JavaScript to display documents.
Java - Coggle Diagram
Java
The Java Buzzwords
-
-
Robust
- defined as sturdy, strong and tough
-
-
- in a well-written Java program, all run-time errors can and should be managed by your program
Multithreaded
Java supports multithreaded programming, which allows you to write programs that do many things simultaneously.
allows you to think about the specific behaviour of your program.
Architecture-Neutral
The compiled code executable on many processors, with the presence of Java runtime system
-
-
-
-