Professional Course

Java 11 / 13 JumpStart | Fast Track to Java 11 / 13 for OO Developers

Length
3 days
Length
3 days
This provider usually responds within 48 hours 👍

Course description

JumpStart to Java 11 Programming for Object Oriented Experienced Developers

JumpStart to Java 11 Programming for Object Oriented Experienced Developers is a three-day, comprehensive, hands-on introduction to Java training course geared for developers who have prior working knowledge of object-oriented programming languages such as C# or C++.  Throughout the course, students learn the best practices for writing great object-oriented programs in Java 11, using sound development techniques, new improved features for better performance and new capabilities for addressing rapid application development.  

Learning Objectives 

This “skills-centric” course is about 50% hands-on lab and 50% lecture, designed to train attendees in core OO coding and Java development skills, coupling the most current, effective techniques with the soundest industry practices.  Our engaging instructors and mentors are highly experienced practitioners who bring years of current "on-the-job" experience into every classroom. 

Working in a hands-on learning environment, guided by our expert team, attendees will learn to: 

  • Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses 
  • Understand the basics of the Java language and how it relates to OO programming and the Object Model 
  • Learn to use Java exception handling features 
  • Understand and use classes, inheritance and polymorphism 
  • Understand and use collections, generics, autoboxing, and enumerations 
  • Abstract, static and private methods in interfaces 
  • Use Collections and Streams 
  • Take advantage of the Java tooling that is available with the programming environment being used in the class 

Trivera offers hundreds of end-to-end skills-focused courses that provide participants with the job-ready skills they require to be truly productive in a modern IT business enterprise. Our courses are available for individuals, their teams, or across their organization, for students of all skill levels and roles.  We offer an extensive online Public Course Schedule, deep catalog for Private Courses, flex-hour Mini-Camp short courses, self-paced QuickSkills courses, free webinars and more.  Trivera’s unique EveryCourse Extras and AfterCourse Extras programs, included with every course, ensure our students can put their newly-learned skills right to work, while providing them with a solid platform for continued skills-development, support and long-term growth.   For more information about our dedicated training services, public course offerings, collaborative coaching services, new hire or enterprise upskilling programs, or to see our complete list of course offerings and special offers please call us toll free at 844-475-4559. Our pricing and services are always satisfaction guaranteed.

Do you work at this company and want to update this page?

Is there out-of-date information about your company or courses published here? Fill out this form to get in touch with us.

Who should attend?

This is an introductory-level Java programming course, designed for experienced developers who wish to get up and running with Java, or who need to reinforce sound Java coding practices, immediately.  Attendees should have a working knowledge of developing OO software applications(coming from C++, C# or other OO programming backgrounds)..  

Training content

Session: Java: A First Look  

Lesson: The Java Platform 

  • Java Platforms 
  • Lifecycle of a Java Program 
  • Responsibilities of JVM 
  • Documentation and Code Reuse 
  • Java Platforms 
  • Lifecycle of a Java Program 
  • Responsibilities of JVM 
  • Documentation and Code Reuse 
  • Java Platforms 
  • Lifecycle of a Java Program 
  • Responsibilities of JVM 
  • Documentation and Code Reuse 

Lesson: Using the JDK 

  • Setting Up Environment 
  • Locating Class Files 
  • Compiling Package Classes 
  • Source and Class Files 
  • Java Applications 
  • Setting Up Environment 
  • Locating Class Files 
  • Compiling Package Classes 
  • Source and Class Files 
  • Java Applications 
  • Setting Up Environment 
  • Locating Class Files 
  • Compiling Package Classes 
  • Source and Class Files 
  • Java Applications 

Lesson: The Eclipse Paradigm 

  • Workbench and Workspace 
  • Views 
  • Editors 
  • Perspectives 
  • Projects 
  • Workbench and Workspace 
  • Views 
  • Editors 
  • Perspectives 
  • Projects 
  • Workbench and Workspace 
  • Views 
  • Editors 
  • Perspectives 
  • Projects 

Session: Getting Started with Java  

Lesson: Writing a Simple Class 

  • Classes in Java 
  • Class Modifiers and Types 
  • Class Instance Variables 
  • Primitives vs. Object References 
  • Creating Objects 
  • Classes in Java 
  • Class Modifiers and Types 
  • Class Instance Variables 
  • Primitives vs. Object References 
  • Creating Objects 
  • Classes in Java 
  • Class Modifiers and Types 
  • Class Instance Variables 
  • Primitives vs. Object References 
  • Creating Objects 

Lesson: Adding Methods to the Class 

  • Passing Parameters Into Methods 
  • Returning a Value From a Method 
  • Overloaded Methods 
  • Constructors 
  • Optimizing Constructor Usage 
  • Passing Parameters Into Methods 
  • Returning a Value From a Method 
  • Overloaded Methods 
  • Constructors 
  • Optimizing Constructor Usage 
  • Passing Parameters Into Methods 
  • Returning a Value From a Method 
  • Overloaded Methods 
  • Constructors 
  • Optimizing Constructor Usage 

Session: Essential Java Programming  

Lesson: Language Statements 

  • Operators 
  • Comparison and Logical Operators 
  • Looping 
  • Continue and Break Statements 
  • The switch Statement 
  • The for-each() Loop 
  • Operators 
  • Comparison and Logical Operators 
  • Looping 
  • Continue and Break Statements 
  • The switch Statement 
  • The for-each() Loop 
  • Operators 
  • Comparison and Logical Operators 
  • Looping 
  • Continue and Break Statements 
  • The switch Statement 
  • The for-each() Loop 

Lesson: Using Strings 

  • Create an instance of the String class 
  • Test if two strings are equal 
  • Get the length of a string Parse a string for its token components 
  • Perform a case-insensitive equality test 
  • Build up a string using StringBuffer 
  • Contrast String, StringBuffer, and StringBuilder 
  • Create an instance of the String class 
  • Test if two strings are equal 
  • Get the length of a string Parse a string for its token components 
  • Perform a case-insensitive equality test 
  • Build up a string using StringBuffer 
  • Contrast String, StringBuffer, and StringBuilder 
  • Create an instance of the String class 
  • Test if two strings are equal 
  • Get the length of a string Parse a string for its token components 
  • Perform a case-insensitive equality test 
  • Build up a string using StringBuffer 
  • Contrast String, StringBuffer, and StringBuilder 

Lesson: Specializing in a Subclass 

  • Extending a Class 
  • Casting 
  • The Object Class 
  • Default Constructor 
  • Implicit Constructor Chaining 
  • Extending a Class 
  • Casting 
  • The Object Class 
  • Default Constructor 
  • Implicit Constructor Chaining 
  • Extending a Class 
  • Casting 
  • The Object Class 
  • Default Constructor 
  • Implicit Constructor Chaining 

Lesson: Fields and Variables 

  • Instance vs. Local Variables: Usage Differences 
  • Data Types 
  • Default Values 
  • Block Scoping Rules 
  • Final and Static Fields 
  • Static Methods 
  • Instance vs. Local Variables: Usage Differences 
  • Data Types 
  • Default Values 
  • Block Scoping Rules 
  • Final and Static Fields 
  • Static Methods 
  • Instance vs. Local Variables: Usage Differences 
  • Data Types 
  • Default Values 
  • Block Scoping Rules 
  • Final and Static Fields 
  • Static Methods 

Lesson: Using Arrays 

  • Arrays 
  • Accessing the Array 
  • Multidimensional Arrays 
  • Copying Arrays 
  • Variable Arguments 
  • Arrays 
  • Accessing the Array 
  • Multidimensional Arrays 
  • Copying Arrays 
  • Variable Arguments 
  • Arrays 
  • Accessing the Array 
  • Multidimensional Arrays 
  • Copying Arrays 
  • Variable Arguments 

Lesson: Local-Variable Type Inference 

  • Type inference 
  • Infering Types of Local Variables 
  • The var Reserved Type name 
  • Benefits of Using var 
  • Backward Compatibility 
  • Type inference 
  • Infering Types of Local Variables 
  • The var Reserved Type name 
  • Benefits of Using var 
  • Backward Compatibility 
  • Type inference 
  • Infering Types of Local Variables 
  • The var Reserved Type name 
  • Benefits of Using var 
  • Backward Compatibility 

Lesson: Java Packages and Visibility 

  • Class Location of Packages 
  • The Package Keyword 
  • Importing Classes 
  • Executing Programs 
  • Visibility in the Modular System 
  • Java Naming Conventions 
  • Class Location of Packages 
  • The Package Keyword 
  • Importing Classes 
  • Executing Programs 
  • Visibility in the Modular System 
  • Java Naming Conventions 
  • Class Location of Packages 
  • The Package Keyword 
  • Importing Classes 
  • Executing Programs 
  • Visibility in the Modular System 
  • Java Naming Conventions 

Session: Object Oriented Development  

Lesson: Inheritance and Polymorphism 

  • Polymorphism: The Subclasses 
  • Upcasting vs. Downcasting 
  • Calling Superclass Methods From Subclass 
  • The final Keyword 
  • Polymorphism: The Subclasses 
  • Upcasting vs. Downcasting 
  • Calling Superclass Methods From Subclass 
  • The final Keyword 
  • Polymorphism: The Subclasses 
  • Upcasting vs. Downcasting 
  • Calling Superclass Methods From Subclass 
  • The final Keyword 

Lesson: Interfaces and Abstract Classes 

  • Separating Capability from Implementation 
  • Abstract Classes 
  • Implementing an Interface 
  • Abstract Classes vs. Interfaces 
  • Separating Capability from Implementation 
  • Abstract Classes 
  • Implementing an Interface 
  • Abstract Classes vs. Interfaces 
  • Separating Capability from Implementation 
  • Abstract Classes 
  • Implementing an Interface 
  • Abstract Classes vs. Interfaces 

Session: Exception Handling  

Lesson: Introduction to Exception Handling 

  • Exception Architecture 
  • Throwing Exceptions 
  • Checked vs. Unchecked Exceptions 
  • Exception Architecture 
  • Throwing Exceptions 
  • Checked vs. Unchecked Exceptions 
  • Exception Architecture 
  • Throwing Exceptions 
  • Checked vs. Unchecked Exceptions 

Lesson: Exceptions 

  • Handling Multiple Exceptions 
  • Automatic Closure of Resources 
  • Creating Your Own Exceptions 
  • Handling Multiple Exceptions 
  • Automatic Closure of Resources 
  • Creating Your Own Exceptions 
  • Handling Multiple Exceptions 
  • Automatic Closure of Resources 
  • Creating Your Own Exceptions 

Session: Java Developer's Toolbox  

Lesson: Utility Classes 

  • Wrapper Classes 
  • Autoboxing/Unboxing 
  • Enumeration Syntax 
  • Using Static imports 
  • Wrapper Classes 
  • Autoboxing/Unboxing 
  • Enumeration Syntax 
  • Using Static imports 
  • Wrapper Classes 
  • Autoboxing/Unboxing 
  • Enumeration Syntax 
  • Using Static imports 

Session: Working with Collections  

Lesson: Collections 

  • Characterizing Collections 
  • Collection Interface Hierarchy 
  • The Set, List and Queue Interfaces 
  • Map Interfaces 
  • Characterizing Collections 
  • Collection Interface Hierarchy 
  • The Set, List and Queue Interfaces 
  • Map Interfaces 
  • Characterizing Collections 
  • Collection Interface Hierarchy 
  • The Set, List and Queue Interfaces 
  • Map Interfaces 

Lesson: Using Collections 

  • Collection Sorting 
  • Comparators 
  • Using the Right Collection 
  • Lambda expressions in Collections 
  • Collection Sorting 
  • Comparators 
  • Using the Right Collection 
  • Lambda expressions in Collections 
  • Collection Sorting 
  • Comparators 
  • Using the Right Collection 
  • Lambda expressions in Collections 

Session: Stream API  

Lesson: Streams 

  • Processing Collections of data 
  • The Stream interface 
  • Reduction and Parallelism 
  • Filtering collection data 
  • Sorting Collection data 
  • Map collection data 
  • Find elements in Stream 
  • Numeric Streams 
  • Create infinite Streams 
  • Sources for using Streams 
  • Processing Collections of data 
  • The Stream interface 
  • Reduction and Parallelism 
  • Filtering collection data 
  • Sorting Collection data 
  • Map collection data 
  • Find elements in Stream 
  • Numeric Streams 
  • Create infinite Streams 
  • Sources for using Streams 
  • Processing Collections of data 
  • The Stream interface 
  • Reduction and Parallelism 
  • Filtering collection data 
  • Sorting Collection data 
  • Map collection data 
  • Find elements in Stream 
  • Numeric Streams 
  • Create infinite Streams 
  • Sources for using Streams 

Lesson: Collectors 

  • Creating Collections from a Stream 
  • Group elements in the Stream 
  • Multi-level grouping of elements 
  • Partitioning Streams 
  • Creating Collections from a Stream 
  • Group elements in the Stream 
  • Multi-level grouping of elements 
  • Partitioning Streams 
  • Creating Collections from a Stream 
  • Group elements in the Stream 
  • Multi-level grouping of elements 
  • Partitioning Streams 

Course delivery details

Course Materials: Each student will receive a Student Guide with course notes, code samples, software tutorials, step-by-step written lab instructions, diagrams and related reference materials and links (as applicable). Students will also receive the project files (or code, if applicable) and solutions required for the hands-on work. 

Hands-on Setup Made Simple! Our dedicated tech team will work with you to ensure your student machines and learning environment is setup, tested and ready to go well in advance of the course delivery date, ensuring a smooth start to class and seamless hands-on experience for your students. We offer several flexible student machine setup options including guided manual set up for simple installation directly on student machines, or cloud based / remote hosted lab solutions where students can log in to a complete separate lab environment minus any installations, or we can supply complete turn-key, pre-loaded equipment to bring ready-to-go student machines to your students or in-person facility.  Please inquire for details. 

Costs

  • Price: $1,895.00
  • Discounted Price: $1,231.75

Why choose Trivera Technologies LLC?

Over 25 years of technology training expertise.

Robust portfolio of over 1,000 leading edge technology courses.

Guaranteed to run courses and flexible learning options.

Contact this provider

Contact course provider

Before we redirect you to this supplier's website, do you mind filling out this form so that we can stay in touch? You can unsubscribe at any time.
If you want us to recommend other suitable courses, please fill out all fields below and check the box beside "Please recommend similar options"
Country *

reCAPTCHA logo This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Trivera Technologies LLC
7862 West Irlo Bronson Highway
STE 626
Kissimmee FL 34747

Trivera Technologies

Trivera Technologies is a IT education services & courseware firm that offers a range of wide professional technical education services including: end to end IT training development and delivery, skills-based mentoring programs,new hire training and re-skilling services, courseware licensing and...

Read more and show all training delivered by this supplier

Ads