
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
An introduction to the concepts you'll be introduced to and what you will achieve after finishing this course.
Follow the step by step instructions and install the two necessary components to officially become a developer
I will be showing you how to set up your project structure in eclipse
Run your first program!
End of the introduction module, time to go to work. This lecture will show you what to look forward to
Introduce yourself to Java syntax, how to write basic java code
A breakdown and very easy way of understanding what a method is
Very simple breakdown of variables and types. You will be introduced to a few types that you should know as a beginner
A special kind of variable that you'll be introduced to which can come in handy.
Which operators to use in Java and how to use them
An operator you may not be used to but, is very easy to understand
Learn about what is and how to use these concepts. Very beneficial, especially when getting into more complex code such as designing games or larger scale programs.
Learn about what an exception is and how to handle it.
Visible Modifiers, Static vs Instance, Parameters, Arguments
Learn how to use methods that have one parameter
Become comfortable using methods that have two parameters.
What is the benefit of returning a value from a method and how do you return?
Just might be the most used condition in Java
Very important concept to understand about the idea of where your variable lives!
Learn about a different condition, handling a situation where the 'if' is false.
Multiple conditions, I show you the benefit of this by introducing you to a game I created in Java
What is a while loop and how is it used?
What is a for loop and how is it used?
A very difficult concept to understand but, we go through this step by step
You've completed the course! Here's something to look forward to :)
Intro to Java Programming: Learning the Basics
If you aspire to learn Java, be it preparation for an entry-level or intermediate course, or to simply refresh and refine your current skills, this course will provide you with a basic understanding and the necessary fundamentals of Java programming elements.
Some concepts you'll be introduced to:
*Methods
*Data Types
*Variables
*Assignment Statements/Expressions
*Selection(If statements, logical operators)
*Loops
This Java course will provide you with a basic understanding of Java programming elements. I aim to provide you with quality content from which, at the end of this course, you will be confident with reading, analyzing, and writing basic code, and be impressively on your way to becoming a Java programmer.