Introduction To Java

<aside> πŸ’‘

Interested in learning how to code - with zero experience. Join our into to java class to learn!.

</aside>

Course Information

Introduction to Java will provide a comprehensive preview of skills needed to succeed in High School Java courses. Students will build a strong foundation by learning of the history and purpose of java along with coding skills that implore them to write classes by learning: the multifarious parts of a class ( which include a break down of methods, and their formation ),Β  understanding and creating iterations,Β  and being able to write interactive code ( using scanners ). This solid fundamental knowledge of java will be achieved through interactive lectures which will include slideshows, ice-breakers, informative videos, visual labs, in- class practice, suggested homework ( will receive points for completing ) and fun reinforcement games (like Kahoot! + blooket).

Teacher

IMG_6820.jpg

Prisha Jain

Hi, I’m Prisha! I enjoy STEM and binge watching Netflix. My STEM experience includes tutoring at RSM, which I’m able to do with my calculus knowledge; taking AP Computer Science in school, which primarily focused on java and had a major game development project; and am currently in the midst of coding a project for a web page.

[Email]

Syllabus

πŸ—“ Schedule Overview

This course runs for 6 weeks, covering key concepts and practical applications.


Week 1: What is Java, why is it used (pros & cons) + interface + concept of API

– Answer questions regarding eclipse β†’ will take time ( from experience )

– explain what a package is and that we’re going to make a class ( give basic explanation of packages contain several classes which themselves contain several methods )

Naming conventions

– main method

– what are classes and methods in general

– Print statements and variables ( only introduce integer type and String for week 1 )

– Comments