If you want to get started in the world of software development, this course will help you take the first steps. You will learn to make your first programs using one of the most popular languages, in force for years and with great demand in the market: Java. The course will present you with a brief introduction to object-oriented programming that will help you delve deeper into the topic later. You will learn how to code Java and how to use one of the most popular development environments, Eclipse.
Class Deals by MOOC List - Click here and see Coursera's Active Discounts, Deals, and Promo Codes.
The course will guide you so that, with both tools, you can begin to think about how to solve problems using Java programs.
The objectives of the course are:
- Understand what a programming language is and what object-oriented programming is.
- Know the Java language, its syntax, its way of working and its particularities.
- Learn to use an integrated development environment, a very useful tool that works for Java and any other language.
- Gain a basic understanding of algorithms and how to use them to solve problems.
What you'll learn
- How to code Java.
- How to use one of the most popular development environments (Eclipse).
Syllabus
Introduction to Java
This week we will make a gradual introduction to Java, its operation and use.
Programming in Java
This week we will start looking at Java code itself. We will learn what an IDE is and how to use it to write Java code.
Troubleshooting with Java. Algorithms. Collections
This week we will continue to look at Java code. We will learn the basic concepts of algorithms and the basic data structures we have: arrays and collections.
Programming in Java. Input/output flows. Error handling
This week we will continue to delve deeper into Java coding. We will look at input and output to disk and other media. We will learn how to handle possible errors arising from input and output.