Index |
Programs compiled with OpenJDK 11.0.27 on Windows 11. | ||||||
1) Books on Java |
Best book to start would be,
Head First Java by Kathy Sierra, Bert Bates, and Trisha Gee | ||||||
2) "Hello World" program |
Below is our proverbial "Hello World" program.
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } | ||||||
3) Glossary |
|
© Copyright Samir Amberkar 2023-24