Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
First Steps in Java
Rating: 4.5 out of 5(1,471 ratings)
43,175 students

First Steps in Java

Get a good grasp on the basics of Java programming language: topics ranging from basic syntax to database operations
Created byHolczer Balazs
Last updated 5/2019
English

What you'll learn

  • Understand the basics of Java
  • Can handle MySQL database related operations

Course content

8 sections39 lectures2h 55m total length
  • Introduction1:43

Requirements

  • You should be able to use a PC at a beginner level
  • Internet connection

Description

Hi!

This course is designed for students or anyone else who want to start Java as a programming language. We will consider several topics ranging from installing Java itself to MySQL database operations. The first chapter will be about the basics: loops, decision making, variables and so on. The next chapters will be about exception handling as well as how to deal with input/output operations. Of course, we will consider the object orinted principles: inheritance, polymorphism and encapsulation as well. The last chapter will be about how to connect to a MySQL database and how to make the basic database-related operations: inserting new items, removing items or updating items in the database table.

Hope you will like it!

Who this course is for:

  • This course is meant for newbies who want to understand the basics of Java as a programming language