
Installing Java and Getting Java Set Up
Compiling and Running a Java Application
Explaining the Hello World Program Code
Println and Print, and Prompt Basics
One Line Comments
Block Comments
Create Java Files, File Extensions and Concatenate Operator
Newline and Escape Character
Various Ways to Execute a Newline
Line Numbers
Lab-01 Address Book Entry
Common Coding Errors and Overview of the Main Function
Create a byte data type and store a number in Java, then print it. Learn about primitive data types and how numbers are stored and displayed.
Create a short variable named MY_SHORT with the value 10. Print 'My short is 10', then compile and run the Java class to verify the output.
Compile the program, run it, and observe how the asterisk is used for multiplication. Change a to five, recompile, and see C become 10.
Explore division in Java by dividing 10 by 2, storing the result in c, and printing five, while comparing variable initialization, memory cleanup, and coding style approaches.
Create two strings and join them with the plus concatenation operator to form 'Hello World' and 'Good luck', then print the results.
Compile and run the history file code that uses an if statement and the less than operator to print A is less than 10 when a meets the condition.
Learn to create and instantiate an object, then call getClass and getName to retrieve the class name, showing how variables and methods live inside the object.
Explore creating multiple objects with inheritance in java by defining classes, extending a parent, calling super constructors, and debugging with the compiler to understand execution flow.
This course is about a computer programming language called Java.
This course will get you started writing code with the Java Computer Programming Language.
This course will show you how to install Java, and create and run common Java programs.
This course is for beginners. We'll move very very slowly and cover the most "basic" information. We'll mainly cover the mechanics of writing and understanding Java code, with very little talk on Java theory.
We'll cover simple Java programs in ten sections, with each sections containing about ten short videos. The Java program files are available for download as text files (Notepad files) along side each video to save you the hassle of typing out every program.
At the end of each part, there is an optional "Hands On Lab." These labs help you learn the material we just covered in the previous section. Try to complete the lab programs on your own. This is very important to build your programming skills. Then check my completed example lab program as a reference. Here, I walk through completing the Labs with you. When just starting out learning to code, labs are tough, and we all need help getting started.
If you have any trouble with the course, I'm am usually online to answer your questions. If not, I can usually get back to you very soon, usually within hours. Please contact me through the Udemy's message system.