HOME > Development > Java Programming Java Coding for COMPLETE BEGINNERS ONLY

Java Programming Java Coding for COMPLETE BEGINNERS ONLY

  • Development
  • Mar 02, 2025
SynopsisJava Programming / Java Coding for COMPLETE BEGINNERS ONLY, a...
Java Programming  Coding for COMPLETE BEGINNERS ONLY No.1

Java Programming / Java Coding for COMPLETE BEGINNERS ONLY, available at $19.99, has an average rating of 4.45, with 73 lectures, based on 11 reviews, and has 69 subscribers.

You will learn about You will learn the Java language and syntax You will learn how to code in Java You will learn the basics of Java Programming/Coding that is applicable to other languages You will learn how to create a GUI (Graphical User Interfaces) that interacts with a user You will learn how to debug your program and find bugs You will learn the basics of Object Oriented Design (used in the professional world) You will also learn ADVANCED Object Oriented Programming Concepts (Abstraction, Inheritance, Encapsulation and Polymorphism) You will learn how to code with both a basic notepad and more importantly Eclipse IDE You will learn the Basics of Programming – variables, data types, conditional statements, loops, writing methods, and implementing Exception Handling This course is ideal for individuals who are People who are COMPLETE BEGINNERS and want to learn how to code/program or If you are familiar with coding then this course IS NOT FOR YOU! or Complete beginners who want learn how to code/program using Java It is particularly useful for People who are COMPLETE BEGINNERS and want to learn how to code/program or If you are familiar with coding then this course IS NOT FOR YOU! or Complete beginners who want learn how to code/program using Java.

Enroll now: Java Programming / Java Coding for COMPLETE BEGINNERS ONLY

Summary

Title: Java Programming / Java Coding for COMPLETE BEGINNERS ONLY

Price: $19.99

Average Rating: 4.45

Number of Lectures: 73

Number of Published Lectures: 73

Number of Curriculum Items: 73

Number of Published Curriculum Objects: 73

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • You will learn the Java language and syntax
  • You will learn how to code in Java
  • You will learn the basics of Java Programming/Coding that is applicable to other languages
  • You will learn how to create a GUI (Graphical User Interfaces) that interacts with a user
  • You will learn how to debug your program and find bugs
  • You will learn the basics of Object Oriented Design (used in the professional world)
  • You will also learn ADVANCED Object Oriented Programming Concepts (Abstraction, Inheritance, Encapsulation and Polymorphism)
  • You will learn how to code with both a basic notepad and more importantly Eclipse IDE
  • You will learn the Basics of Programming – variables, data types, conditional statements, loops, writing methods, and implementing Exception Handling
  • Who Should Attend

  • People who are COMPLETE BEGINNERS and want to learn how to code/program
  • If you are familiar with coding then this course IS NOT FOR YOU!
  • Complete beginners who want learn how to code/program using Java
  • Target Audiences

  • People who are COMPLETE BEGINNERS and want to learn how to code/program
  • If you are familiar with coding then this course IS NOT FOR YOU!
  • Complete beginners who want learn how to code/program using Java
  • *****This course is for you IF: *****

  • You are a COMPLETE BEGINNER

  • You know NOTHING about coding/programming

  • You’e tried the free videos and lessons on YouTube and they aren’t very helpful

  • I started my Computer Science degree years ago. When I began, professors would gloss over concepts and terms. They assume I knew certain terms and caught on to their lingo – well, I DIDN’T!

    I tried watching free YouTube videos and lessons only to find out – THEY DID THE SAME THING!

    The problem with most teachers, they do not know how to speak technical to NON-TECHNICAL PEOPLE!

    That’s where I come in. I went through the same struggle. I know what it’s like to listen to hours of videos and lessons and feel like you came out knowing just as much as you did before you started!

    I have been a professional Software Engineer at a Major INTERNATIONAL Blue-Chip Company for over 5 years. My experience and learning coding from scratch (from a non-computer background) allows me to break down concepts and terms in practical ways that everyone can understand.

    Course Curriculum

    Chapter 1: Starting On The Right Virtual Foot

    Lecture 1: Installing Java

    Lecture 2: Installing Eclipse and Coding Your First Program!

    Lecture 3: What is Java?

    Chapter 2: Fundamental Concepts

    Lecture 1: Variables Concept

    Lecture 2: String(ing) together some variables

    Lecture 3: ints and doubles

    Lecture 4: boolean

    Lecture 5: Operators Concept

    Lecture 6: Some More Operators

    Lecture 7: Conditions

    Lecture 8: Conditional Statements – Walk Through

    Lecture 9: Syntax and Comments

    Lecture 10: Bringing It All Together – Fundamental Concepts

    Chapter 3: Methods and Parameters

    Lecture 1: Methods Concept

    Lecture 2: Methods Walk Through

    Lecture 3: Parameter Concept

    Lecture 4: Parameters Walk Through

    Lecture 5: Methods and Parameters Syntax

    Lecture 6: Bringing It All Together – Methods and Parameters

    Chapter 4: Conditional Statements – Part 2

    Lecture 1: AND Operator

    Lecture 2: OR Operator

    Lecture 3: Switch – Walk Through

    Lecture 4: Bringing It All Together – Conditional Statements Part 2

    Chapter 5: Concepts – Exceptions, NULL, initialization

    Lecture 1: Initialize

    Lecture 2: What is NULL?

    Lecture 3: Exceptions

    Chapter 6: Arrays and Loops

    Lecture 1: What is an Array??

    Lecture 2: Array – Walk Through

    Lecture 3: What is a loop? (for loop)

    Lecture 4: while loop – Walk Through

    Lecture 5: Bringing It All Together – Arrays and Loops

    Chapter 7: Debugging

    Lecture 1: Stepping Through Code and Breakpoints

    Lecture 2: Stacktrace and Diagnosing Exceptions

    Chapter 8: Sprucing Up Your Eclipse

    Lecture 1: Changing Theme and Colors

    Lecture 2: Code Formatter

    Lecture 3: Using IntelliSense

    Chapter 9: Objects and Classes

    Lecture 1: Object Oriented Programming

    Lecture 2: What is an Object – Walk Through

    Lecture 3: Class vs Object

    Lecture 4: String Class Methods – Walk Through

    Lecture 5: Integer and Double Class Methods – Walk Through

    Lecture 6: Math Class – Walk Through

    Chapter 10: Object Structure

    Lecture 1: Getters, Setters, and Constructor Methods

    Lecture 2: Public, Private, and Final

    Lecture 3: Using Static

    Lecture 4: Method Overloading

    Lecture 5: .equals() vs ==

    Chapter 11: Java Program Structure

    Lecture 1: Java Packages and Imports

    Lecture 2: The Days Before Eclipse – How To Manually run a Java Program

    Lecture 3: BONUS: Creating a Compound Savings Application

    Chapter 12: Input/Output

    Lecture 1: The Scanner Class

    Lecture 2: Building a program with user input (in real-time)

    Chapter 13: Enums and ArrayLists

    Lecture 1: Enum

    Lecture 2: ArrayList

    Lecture 3: The for each loop

    Lecture 4: Shallow Copy vs Deep Copy

    Chapter 14: Some Inheritance Concepts

    Lecture 1: Polymorphism and Inheritance Concept

    Lecture 2: Inheritance – Walk Through

    Lecture 3: Polymorphism – Walk Through

    Lecture 4: Casting

    Lecture 5: Protected Access

    Lecture 6: Abstract Classes and Methods

    Lecture 7: Interfaces

    Chapter 15: Throwing and Handling Exceptions

    Lecture 1: Throwing Exceptions

    Lecture 2: Handling Exceptions

    Chapter 16: Reading and Writing Files

    Lecture 1: Reading Files

    Lecture 2: Writing to Files

    Chapter 17: GUI – Graphical User Interface

    Lecture 1: JFrame and JComponents

    Lecture 2: Event Handling

    Lecture 3: Labels and Text Fields

    Lecture 4: Checkboxes, RadioButtons, and ComboBoxes

    Chapter 18: Threads

    Lecture 1: Thread States and Thread Properties

    Lecture 2: Synchronization

    Instructors

  • Java Programming  Coding for COMPLETE BEGINNERS ONLY No.2
    Richard Roberts
    Professional Software Engineer
  • Rating Distribution

  • 1 stars: 1 votes
  • 2 stars: 0 votes
  • 3 stars: 0 votes
  • 4 stars: 3 votes
  • 5 stars: 7 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!