Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java Masterclass | Beginner to OOP Programming with Eclipse
Rating: 4.1 out of 5(109 ratings)
6,372 students

Java Masterclass | Beginner to OOP Programming with Eclipse

Learn Basic to Advanced Java programming Techniques and Methods as well as Object Orientated Programming
Last updated 8/2018
English
English [Auto],

What you'll learn

  • They will have an excellent understanding of the fundamentals in Java programming.
  • Use many advanced Java programming techniques
  • Learn OOP with Java
  • Create beginner to advanced Java programs

Course content

6 sections67 lectures4h 35m total length
  • Introduction1:27

    Begin your Java masterclass with Eclipse by exploring fundamentals and how OOP enables you to create reusable classes and objects, with the next video covering download and installation.

  • Downloading and Installing Eclipse3:10
  • Your First Line of Code5:52

    Set up the Eclipse workspace, create a Java project and class, and write your first line of code with System.out.println to print hello world. Run to view the console output.

  • String and Integer Variables5:18

    Create and assign string and integer variables in Java using Eclipse, print values with System.out.println, and combine strings with numbers through concatenation.

  • Math with Integer Variables4:50

    Explore basic Java math with integer variables in Eclipse, performing addition, subtraction, division, and multiplication, and printing results while learning to use variables effectively.

  • If Statements4:45

    Explore basic if statements in Java using Eclipse, learn relational operators (>, >=, <, <=, ==), and implement else and nested ifs to control program flow.

  • And, Or and Nested If Statements7:58

    Explore and, or, and nested if statements in Java, building conditions with multiple clauses such as greater than, less than, and equals.

  • The While Loop5:41

    Learn how the while loop repeats code using a count variable, a condition like count < 5, and updates such as count = count + 1 or count ++.

  • The For Loop5:42

    Explore the for loop in Java with Eclipse, compare it to the while loop, and learn its three-clause structure (initialization, condition, update) with practical output examples.

  • User Input Through Input Dialogs5:38

    Learn to capture user input in eclipse via the show input dialog, import the swing package, print the entered name, and preview numeric conversion later.

  • String and Integer Parsing5:11

    Convert between strings and integers in Java by parsing with the integer parse method, demonstrating string-to-integer and integer-to-string conversions, plus using a dialog to input values.

  • Char Variable and Parsing4:39

    Declare and use a Java char variable in Eclipse, then convert between char and string via concatenation, convert string to int via parsing, and extract characters with charAt.

  • Double Variable and Parsing6:43

    Learn how to declare doubles in Java with Eclipse, convert doubles to int, char, and string, and also convert those types back to double for basic operations.

  • Project Discussion2:05

    Create a Java project in Eclipse that prompts five ages, tallies entries above 18, and reports counts of allowed and not allowed entries plus percentage.

  • Project Answer6:59

    Create a Java project named ticket tester in Eclipse, import Swing for input, and implement a five-iteration while loop to prompt age, determine entry, count results, and display the percentage.

  • Conclusion1:00

    Congratulations on completing the Java masterclass with Eclipse, finishing the course and project, and learning to install Eclipse, write hello world, use variables, and receive user input.

Requirements

  • Nothing. No prior knowledge of programming is needed.
  • You will need access to the internet
  • You will need space on your computer for the software we will download

Description

Welcome to my Masterclass course on Java Programming with Eclipse!

My name is Matthew Dewey. I am an experienced programmer, having received several accommodations on programming in my formal education as well as tough several programming languages to thousands of students. My goal is to provide you, the budding programmer, the the knowledge you need on programming in an easy and fun manner. In this course I do just that and with one of the most useful IDEs coupled with the Java programming language.

Java, a wonderfully simple programming language that has encouraged many programmers to pursue careers involving Java over any other language. Of course, it goes without saying that Java is an excellent language, but do you know what is required of you to start programming Java?

As with any programming language it is important you understand the fundamentals and that is exactly what I teach you in this course. Further on, once completing the basic section, we move onto advanced Java programming and OOP. Data is important in the technological world that we live in, but what we use is processed data, so you, as the budding programmer need to know this as well. I show you how to scan through large amounts of data with ease as well as extract specific types and process it as well.

What about Eclipse? A popular, widely used IDE that many large applications have been created in over the years. Do you know how to use it to its full potential? Well, in this course we will go through several projects that will help you get truly comfortable with the IDE as well as more adept at program creation.


I help you:

  • Install your IDE

  • Establish fundamental code

  • Create and use variables

  • Retrieve user input

  • Process simple data

  • Advanced Java Methods

  • Data Collection

  • Data Processing and Storage

  • Data Extraction

  • Data Scanning

  • OOP, Object Orientated Programming

  • and BONUS tips and tricks!

Go no further if you're looking for the course that will guide you into the world of programming! With my masterclass course I can guarantee that the knowledge you learn will help you get a head-start in Java programming. I hope you enjoy the course and it helps you on your way into the world of programming!

"Programming is a form of art. It is logical creativity!"

Who this course is for:

  • Students ready to learn the joys of programming for the first time.
  • I.T Students
  • Basic Java programmers
  • Beginner Programmers
  • Java Programmers Wanting to Learn OOP