Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 630 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 630 Bytes
Screenshot 2024-07-21 at 1 37 34 PM

Java projects (some are from plane java only & some are from different libraries to make some GUIs). Some projects are for just practice & some are full fledged Programs with different functionalies. Feel free to contribute & optimise in these projects, I will be really glad.

To run any java file in any machine we need to create java class file that ends with .class extension

javac file_name.java

Now once the class is created we can run it

java file_name.py