Please enable JavaScript.
Coggle requires JavaScript to display documents.
Java, language differences (non-syntax) compilation, execution, file…
Java, language differences (non-syntax) compilation, execution, file structure, memory management
Java, language differences (non-syntax)
cs382- translating java code
cs330 - what is a module?,
structure of a basic python program
comprehensions - an overview
Qualities/Design Goals
DPOSDMAHRS
-
-
-
-
-
-
-
-
-
Robust
-
capacity of a computer system to handle the errors during execution and manage the incorrect input of data
JDK
provides:
Includes the JRE, JVM, Javac, Jar, Javadoc
JAR
-
a single archive containing all the class files and auxilary resourcess needed for certain applets/applications
due to this bundling, only one HTTP transaction is needed, instead of one per file
-
is a variety of zip file
zip files
good for 4 things
compression
advantages/disadvantages
- 1 more item...
-
-
-
-
Java Archiver/Java archive tool, java archive file
-
-
java platform
is unique because it is a platform made purely of software that runs on top of other platforms such as
windows, linux, mac os
typical platforms
hardware or software in which a program runs, often described as a cross between the operating system and underlying hardware
-
-
-
-