java introductory materials : COMPUTER SCIENCE
Java is platform independent. This means that it will run on just about any operating system. So whether your computer runs Windows, Linux, Mac OS, it's all the same to Java! The reason it can run on any operating system is because of the Java Virtual Machine. The Virtual Machine is a programme that processes all your code correctly. So you need to install this programme (Virtual Machine) before you can run any Java code. Java is owned by a company called Sun Microsystems, so you need to head over to Sun's website to get the Java Virtual Machine, also known as the Java Runtime Environment (JRE). Try this page first:
Written for
Document information
- Uploaded on
- September 17, 2021
- Number of pages
- 157
- Written in
- 2021/2022
- Type
- Class notes
- Professor(s)
- Prof. board, john
- Contains
- All classes
Subjects
- computer science
- software engineering
-
java introductory materials