Language: English
Awarding Body: Oracle
Exam: 1Z0-808
Course Description:
This Java SE 8 Fundamentals training introduces you to object-oriented programming using the Java language. Through hands-on exercises, you’ll begin to build a baseline of knowledge to propel your career in development
Pre-Requisite:
None
Course Objectives:
After taking this course, you should be able to:
- Identify and Write Java code that uses variables, arrays, conditional and loop constructs
- Develop Java classes and use object references
- Understand Object oriented concepts like Inheritance and Exception handling to java programs
- Demonstrate Polymorphism by implementing Java Interface
- Create text data using the methods of the String and StringBuilder classes.
Course Content:
- What Is a Java Program?
- Creating a Java Main Class
- Data In the Cart
- Managing Multiple Items
- Describing Objects and Classes
- Manipulating and Formatting the Data in Your Program
- Creating and Using Methods
- Using Encapsulation
- More on Conditionals
- More on Arrays and Loops
- Using Inheritance
- Using Interfaces
- Using Interfaces
- Handling Exceptions