Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Complete Java Bootcamp For Beginners
Rating: 4.5 out of 5(120 ratings)
478 students

Complete Java Bootcamp For Beginners

Learn Java with beginner friendly codes, algorithm understanding and projects.
Last updated 11/2017
English

What you'll learn

  • You will be able to Jr. Java software developer
  • You will be able to write code for algorithms by analysing them
  • You will have full skills to understand patters and sort-search algorithims
  • You will be able to jump into any Android course after completing this course

Course content

10 sections76 lectures13h 1m total length
  • Some important instruction and introduction to course1:50

    Please make sure that you use latest software available to you. Latest version of Java and IntelliJ. All codes are compatible for latest java 9 and java 8

  • Installing Java on Windows and setting path8:31

    Installing latest Java is easy but the only tricky part comes when we have to set path so that we can use java anywhere in the system

  • Installing IntelliJ on Windows11:55

    In this video we will set our code editor that we will use for rest of the course that is, IntelliJ. There are other options too like Netbeans and Eclipse. Feel free to explore them as well

  • Installing Java on MAC3:53

    installing java on MAC is simple and doesn't require much of a skill. It's just following instruction and that's it.

  • Hello World in Java13:23

    Writing your very first hello world is like setting up environment perfectly so that rest of your work is smooth and doesn't give you any kind of problem later.

  • Explore your IDE7:11

    Chances are high that while working for any company, you will also be using this great IDE, so will get a brief tour of this IDE. Remember that IDEs are just a tool to write code.

Requirements

  • PC and MAC both are fine for this course
  • A course completely for beginners

Description

The biggest issue with Java is that most people either say that before learning Java you should know C n C++ or they teach Java like they are teaching to some professionals. That's not the case with this course. 

Hi, Welcome to complete Java Bootcamp for beginners. A course that teaches you Java assuming you have no prior programming experience and takes you to a level where you can understand typical use cases and algorithms to design code for them in Java.

My name is Hitesh and I have been programming for almost 10 years. Having huge experience in developing Android and iOS apps as well as a lot of other programming languages. My specialty is to teach typical topics in fun and engaging manner so that learning becomes fun and exciting.

We will start this course by installing Java and IntelliJ both on MAC and windows. Further, we will explore basics like variables, loops, functions and Object-oriented programming. In this course, we have a special section for University questions and solutions. These exercises will help you to understand given tasks as well as patterns.

Some of the University Examples:
1. Compare Two Numbers in Java.
2. List of even Numbers till 200.
3. Find if 2004 was a leap year or not.
4. Find Largest out of 3 numbers.
5. Fahrenheit to Celsius Conversion.
6. Find Factorial of a given number.
7. Print this pattern: a.

*
**
***
****
*****

8. Print this pattern: b.

*****
****
***
**
*

9. Print this pattern: c.

12345
1234
123
12
1

10. Print 6 Random number between 1 and 100
11. Greeting message for Grade of students.
12. Find day name from any given date.

Also, we will discuss various sorting and searching algorithms like bubble sort, insertion sort etc.

Further, we will explore about GUI application development using fxml.

So, what are you waiting for, Let's jump in.

Who this course is for:

  • People who wants to learn Java
  • People who wants to learn software development
  • This course can serve you are prerequisite for other Android trainings
  • Learn programming 101 with Java
  • Learn about data structures and algorithims