https://github.com/welding-torch/java-prac
Java Practical Exam Question Bank Solutions
https://github.com/welding-torch/java-prac
java practical
Last synced: 3 months ago
JSON representation
Java Practical Exam Question Bank Solutions
- Host: GitHub
- URL: https://github.com/welding-torch/java-prac
- Owner: Welding-Torch
- Created: 2022-10-30T07:44:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T02:45:07.000Z (over 3 years ago)
- Last Synced: 2025-04-11T21:46:06.589Z (about 1 year ago)
- Topics: java, practical
- Language: Java
- Homepage:
- Size: 234 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-Prac
#### Java Practical Exam Question Bank Solutions
Note: When downloading and running one of the programs, be sure to rename the program to `Main.java`
_For example:_ `1.java` will become `Main.java`
Then type `javac Main.java` to compile and `java Main` to run.
---
Note: For Question 12, to compile and run the code you must type the following into a terminal:
`javac Emppay.java Emp.java`
`java Emppay`