Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 193 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 193 Bytes

Basics

Basic java programs

Run a program in java:

File name: Example

Go to terminal type : javac Example.java
And : java Example

And you will get the result!!