Skip to content

JerryTsengs/How-to-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How-to-Java!

These are Java programs to show you how to use it.

step-1-Use-Compiler-to-make-it-alive

$javac xxxxx.java e.g. $ javac HelloJava.java

step-2

After javac, it will create a file name like xxxxx.class

step-3-and-you-can-execute-it-by-file-name

$ java xxxxx e.g. $ java HelloJava

about files

HelloJava.java

is only to show you how to create a java program and print something on the screen.

TheScanners.java

is to show you how to get data from what you enter to a java program, and how to use scanner function. Beside, checking input values.

About

my first Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages