Java SE 8 Fundamentals Training
--------------------------------------------------------------------------------------------------------------
Welcome to Uplatz, the biggest IT & SAP training provider in Europe!
Uplatz is well known for providing instructor-led training and video-based courses on SAP, Oracle, Salesforce, AWS, Big Data, Machine Learning, Python, R, SQL, Google & Microsoft Technologies, and Digital Marketing.
SAP and AWS training courses are currently the most sought-after courses globally.
An SAP consultant on an average earns a package of £80,000 ($100,000) per annum based on the skills and experience.
To learn this course -
1) Pay the course fees directly through secured payment gateway by clicking "Pay Now" and relax. After this Uplatz team will take over and get the course conducted for you.
2) If you are based in UK or India, you can directly pay to our respective bank accounts. To do this, you just need to send an email to info@uplatz.com and the Uplatz team will respond back with the details.
For any questions, queries, or payment related issues, simply contact us at -
Call: +44 7836 212635
WhatsApp: +44 7836 212635
Email: info@uplatz.com
https://training.uplatz.com
-------------------------------------------------------------------------------------------------------------------------
Java SE 8 Fundamentals Training
What is a Java Program?
- Running/testing a Java program
- Introduction to Computer Programs
- The Java Technology and Development Environment
- Key Features of the Java Language
Creating a Java Main Class
- Java Classes
- The main Method
Data in the Cart
- Introducing variables
- Working with Strings
- Working with numbers
- Manipulating numeric data
Managing Multiple Items
- Working with Conditions
- Working with a List of Items
- Processing a list of items
Describing Objects and Classes
- Working with Object References
- Introducing the Soccer League Use Case
- Defining fields and methods
- Doing more with Arrays
- Introducing the NetBeans IDE
- Declaring, Instantiating, and Initializing Objects
- Working with objects and classes
Manipulating and Formatting the Data in Your Program
- Using the StringBuilder Class
- Using the Java API Docs
- The remaining numeric operators
- Promoting and casting variables
- More about primitive data types
- Using the String Class
Creating and Using Methods
- How Arguments are Passed to a Method
- Static methods and variables
- Overloading a method
- Using methods
Using Encapsulation
- Access Control
- Encapsulation
- Overloading constructors
More on Conditionals
- Using Switch Statements
- More ways to use if/else constructs
- Using the NetBeans Debugger
- Relational and conditional operators
More on Arrays and Loops
- Parsing the args Array
- Two-dimensional Arrays
- The ArrayList class
- Nesting Loops
- Alternate Looping Constructs
- Working with Dates
Using Inheritance
- Introducing polymorphism
- Creating and extending abstract classes
- Working with subclasses and superclasses
- Overriding methods in the superclass
- Overview of inheritance
Using Interfaces
- Introducing Lambda expressions
- Using Interfaces
- Polymorphism in the JDK foundation classes
- Using the List Interface
Handling Exceptions
- Handling Exceptions: An overview
- Propagation of exceptions
- Catching and throwing exceptions
- Handling multiple exceptions and errors