You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo mainly contains java programming code including mysql
#How to execute a java program:
Navigate to the folder with the java file in terminal and:
Key in : javac fileName.java in order to compile
java fileName