/LearnJava

This is the repo of learning Java .

Primary LanguageHTML

LearnJava

This is the repo of learning Java, Learning Java CSC-409 .
Objectives
	1. Console Applications
	2. Windows Application
		a. Awt
		b. Dwing
		c. Java fx
	3. Servlet and JSP (web application)


Download and install the following
	1. JDK latest 
        * Inside jdk/bin, you will find various binaries like java, javac (java compiler), jdb (java debugger), etc.
        * To access the javac in every path in cmd,
        $ path
        $ set Path =C:\Program Files\Java\jdk\bin; // will remove all path
        $ set Path =C:\Program Files\Java\jdk\bin; %path%;
        --> javap java.util.Scanner
	2. Eclipse Java and Web Development- 2nd Option