Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Basic Java Programming with NetBeans
Rating: 4.4 out of 5(80 ratings)
1,500 students

Basic Java Programming with NetBeans

Take the first step into the world of programming!
Last updated 5/2018
English
English [Auto],

What you'll learn

  • They will have an excellent understanding of the fundamentals in Java programming.
  • In this course you will get a head-start into your Java studies
  • In this course you will learn how to program basic Java

Course content

1 section16 lectures1h 11m total length
  • Introduction1:26

    Begin learning basic JavaScript programming with an overview of why JavaScript is easy to understand. Explore its universality and how to set up and perform basic input and output.

  • Installing Netbeans2:31

    Install NetBeans by downloading the installer, granting admin access, and completing setup. Turn off start page, install a doc look and feel plugin, restart, and explore creating your first project.

  • Your First Line of Code5:52

    Create your first Java program by setting up a NetBeans Java application project, defining a package, class, and main method. Run a hello world line with System.out.println.

  • Printing Quiz
  • String and Integer Variables5:16

    Create and assign string and integer variables in Java with NetBeans, print values via System.out, and combine text with variables to display messages.

  • Math with Integer Variables3:05

    Explore integer variables in Java with NetBeans and practice addition, subtraction, division, and multiplication. Print results with System.out.println across different variables.

  • If Statements - Part 14:59

    Master if statements in basic Java with NetBeans by testing an age variable with greater than, less than, equals, not equal, and or else constructs.

  • If Statements - Part 24:54

    Explore how to use if statements in Java to check if an integer falls between two bounds, using and to enforce inclusive 10 to 20 boundaries.

  • While Loop3:51

    Learn the while loop in basic java programming. Use a count variable to repeat code up to ten, increment the counter, and print numbers by two from two to ten.

  • While Loop Quiz
  • For Loop6:08

    Learn how to create for loops, compare them to while loops, and handle nested and infinite loops while printing patterns.

  • For Loop Quiz
  • User Input through Input Dialogs7:10

    Learn to capture user input in Java with the j option pane input dialog, import javax.swing, print results, and loop until stop using equalsIgnoreCase and not equals logic.

  • Parsing String and Integer Variables3:50

    Learn how to convert strings to integers and integers to strings in Java using parseInt and concatenation, and handle user input with a JOptionPane input dialog.

  • Char Variable and Parsing5:20

    Explore the Java char variable, defined with single quotes, and learn to print, convert to string, use charAt for zero-based indexing, and parse a char to a number.

  • Double Variable and Parsing5:10

    Learn how to create a double variable and understand its use with decimals. Practice converting doubles to integers and strings, integers to doubles, and observe rounding behavior when converting types.

  • Project Explanation - Multiple Choice Quiz2:04

    Create a four-question multiple choice quiz in Java with NetBeans, collect answers, apply a loop and if statements to check correctness, and show per-question results plus score out of 100.

  • Project Answer - Multiple Choice Quiz8:30

    Create a Java NetBeans project to run a four-question multiple-choice quiz using Swing input dialogs, track answers and score, and display a final percentage.

  • Conclusion1:10

    Celebrate completing the course by embracing core fundamentals, committing to regular practice, and applying creative logic to continue growing as a Java programmer with NetBeans.

Requirements

  • Nothing. No prior knowledge of programming is needed.
  • You will need a computer with access to the internet

Description

Welcome to my Basic course on Java Programming with NetBeans!

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.

I help you:

  • Install your IDE
  • Establish fundamental code
  • Create and use variables
  • Retrieve user input
  • Process simple data
  • as well as BONUS methods and code!

What about NetBeans? 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 lessons that will help you get comfortable with the IDE as well as more adept at program creation.

Go no further if you're looking for the course that will guide you into the world of programming! With my 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.
  • Students wishing to begin their studies in Java
  • Students wanting to get more comfortable with the NetBeans IDE