This Project contains all the assignment problems and solutions that I submitted in JAVA.
What you will need is just basic Java knowledge and a bit of experience with Maven.
To get started, you will need a suitable jdk installed. For this project, I used Corretto 8 jdk to avoid any sort of issues.
However, if you are using IntellijIdea, clone this project
and open it and then Open the Project Struecture
from the top
right corner or use find action
menu to open it up.
After that, go to project
and change the SDK
to the JDK version of your choice.
Make sure to change the language level
and
also make sure to make change in the pom.xml if the version you have chosen is not 8
.
Wait for it to finish downloading all the
dependencies, and then you are good to go.
Now just run Temp.java and check if you get any frame as output like
below one.
Alternatively, you set it up using whatever way you prefer as long as the dependencies are fulfilled. For example, gradle can be used instead of maven if preferred.
- You can find all the assignment questions in the Lab File
- Each Lab Package contains a
.docx
file which contains thescreenshot
and the submission code.