Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
A Sip of Java
Rating: 4.7 out of 5(153 ratings)
9,497 students

A Sip of Java

Learn the core features of Java in the time it takes to finish a coffee.
Last updated 1/2019
English

What you'll learn

  • Java language basics
  • Beginner programming concepts and terminology
  • The ability to make your own programs
  • Simple user interface computer applications
  • Be able to write data to and from an external file
  • Prompt users for input via a computer program
  • Math operators in Java
  • Conditional statements in Java
  • Classes and functions

Course content

10 sections50 lectures4h 39m total length
  • Welcome to the Course2:02

    Please visit www.nathanieldessert.com for course resources and information. Also, please join the private FB group to connect with other students learning Java - https://www.facebook.com/groups/sipofjava.

  • Setting up the Environment0:34

    This video provides an overview of what goes into setting up our environment. Future lessons will demonstrate how to install each piece needed to run and program Java applications.

  • Installing Java2:49

    Java 11 JDK Download Page: https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html

  • Installing IntelliJ IDEA3:07

    JetBrains IntelliJ IDEA Download Page: https://www.jetbrains.com/idea/download

  • Writing Our First Program in Java4:59

    It is a right of passage for programmers to write their first simple program. Typically, this first program write a message to a screen. In this lesson we will do just that.

  • Debugging In IntelliJ8:07

    Debugging is a very powerful tool in which we troubleshoot what is wrong with a program. The intention of this is to be able to fix or better understand a piece of code. In this lesson we will look at some of the debugging features in IntelliJ. These debugging tools will be a big assistance to students as they go through this course. Furthermore, these tools are invaluable to any developer. Debugging is a necessary skill for any programmer.

Requirements

  • Have a computer powerful enough to run Java 11. Windows 7, 8, and 10 can run this version. MacOS 10.11 or higher with also work.
  • Be comfortable downloading and installing software.
  • Basic computer literacy. Tasks like saving and manipulating files, navigating around the computer, and operating a browser are expected.

Description

A Sip of Java is for those who are interested in learning the basics of Java without all the extra details. This course aims to be the quickest way for a student to go from knowing nothing or very little about Java and programming to writing their own applications. In this course students will learn how to:

  1. Setup their computer to write and run Java applications

  2. Write console apps that can respond to user input

  3. Learn Java language basics - types, variables, conditions, loops, operators, functions, classes, etc.

  4. Read and write data to external files

  5. Create their own GUI (Graphical User Interface) applications

  6. Start their path to becoming an accomplished programmer

Learning how to program with Java is a great skill to have. This course is designed to be the fastest way to understand core concepts of Java.

Who this course is for:

  • Beginner Java developers looking to learn more about the basics of the language
  • Students interested in learning how to program
  • Someone who is looking for a starting point in their journey to become a computer programmer