Day 01 - Orientation Session. Download and Install JDK, Eclipse. 1st Java Programs.
Google Drive Folder - https://drive.google.com/drive/u/0/folders/16lNupoTGxAY2RzzTESLK70kKrc_rxCyt
Java 4 Kids and Beginners
- 2 weeks program. M-F 630-8p PT. 10-15 hours of core training. Coding.
- Training model + Interaction : GTW, gDrive, Skype
- GTW
- Raise your hand if you need to be unmuted. Speak your question, share screen, tech help.
- Chat window to send short answers
- During LIVE - only take notes. DO NOT PRACTICE.
- gDrive
- For all documents, code …
- Skype
- A group chat for quick info share.
- LIVE Session : Questions, Raise Your Hands, What to do during
- VIDEO’s : https://youtube.com/qtpelearn and https://go.itelearn.com/ within 12 hours from the LIVE session. Replay?
- Practice : Lot of assignments. Replicating what we do in LIVE by watching the video (NO COPY PASTE)
- Projects : Good set of active projects. Premium Members
- Take a project/task or assignment?
- Start building a workable solution for it?
- Repeat for over 10-15 different assignments.
- In the process how we master coding and specifically JAVA.
Where do you Apply what you learn?
- Interest in coding
- School or college curriculum
- Tomorrow’s career better chances
- Make money through it .. sure eventually.
- MAKE YOU START BELIEVING IN YOUR SELF. LOT OF AHHAAA MOMENTS.
Getting smarter at?
- Search
- Thought process
- Self installation helps
- NO SPOON FEEDING.
- Outspoken
- Repeat all concepts enough number of times. You will not skip.
- Schedule, give your best effort.
- Bugs, Defects. Art of debugging is highly appreciated.
Training Contents : https://www.w3schools.com/java/java_strings.asp
No topic based learning. Need or project based learning.
Project A -
- Task 1 - Print a square on my screen using a code
- Task 2 - Print a multiplication table on my screen using a code
Java - ‘90s … ignore history.
Working with Java.
- To write Java programs you need a Java Development Kit. Free Version for easy download. https://www.oracle.com/java/technologies/javase-jdk15-downloads.html
- Check Java … Run cmd in your programs, and type java, hit enter.
- Nothing …
- Eclipse IDE… notepad is extremely boring and non productive. Integrated Development Environment.
Java code … in a simple notepad.
Javac myJava1.java - Compile (generates the needed class file for execution)
Java myJava1 - Run
Syntax Error : Before execution, we realize the code is not written correct. Spell error too.
Run Time Error : During execution, something unexpected happened.
Challenges :
- Our solution is not wholistic.
- Approach can be different
- Each human may think and write different code.
- There can be more than 1 correct solution.
- There is always scope for further improvement.
- Are there alternate approaches?
- Can or Will our program break?
2 comments