Java Programming Basics
Offered By: Udacity
Course Description
Overview
Taking this course will provide you with a basic foundation in Java syntax, which is the first step towards becoming a successful Java developer. You’ll learn how computers make decisions and how Java keeps track of information through variables and data types. You’ll learn to create conditional statements, functions, and loops to process information and solve problems. You’ll even learn to use IntelliJ, a Java IDE (Integrated Development Environment) that professional developers use, to build, compile, and debug your code. These are foundational programming skills, and mastering them is a must for all aspiring programmers. This course is the first in our Java Programming course series. After you complete this course, you'll be ready to take Object Oriented Programming in Java.
Syllabus
- How to write Java syntax and create variables
- Discover the basic idea behind programing.,Write your first Java program.,Use variables to store and retrieve information.
- Using Methods and Conditional Statements
- Use if-else statements and switch-case statements.,Write Java programs to tackle any decision making scenario.
- How to create functions
- Create functions in Java.,Declare methods with input arguments and return types.,Call the functions you create.
- How to Create Loops
- Use for and while loops to iterate over a block of code.,Learn how to write nested loops.,Use 2D arrays to store and retrieve information.
- IntelliJ and Debugging
- Learn how to install and use the IntelliJ Integrated Development Environment (IDE).,Use the IDE to find and solve problems in code.
Taught by
Cezanne Camacho and Asser Samak
Related Courses
Algorithms, Part IPrinceton University via Coursera Introduction à la programmation orientée objet (en Java)
École Polytechnique Fédérale de Lausanne via Coursera MongoDB for Java Developers
MongoDB University Initiation à la programmation (en Java)
École Polytechnique Fédérale de Lausanne via Coursera Intro to Java Programming
San Jose State University via Udacity