What is Java?
- Java is an object-oriented programming language developed by Sun Microsystems.
- Java programs may run on any computer that has a special program installed called a java virtual machine.
- A java virtual machine is a special program that runs java programs.
- Java has become increasingly popular for many types of programming projects (Web programming, IDEs, Business-type programs, etc.)
Why was it chosen for use in the Student Advisement System?
- Will allow for smooth transitions to other platforms in the future.
- Has a large exploitable code base.
- All computer science students at Dowling must learn to program in java.
Next