Java Programming Fundamentals

Java Programming Fundamentals Training Description

Duration: 5 days

This 5-day instructor-led course provides practice and understanding of Java programming. At the end of the course, the student will be versed in Java well enough to begin developing or maintaining the most simple Java systems. The student will be able to discern good programming practices from bad, correct syntax errors, detect and correct logic errors, create object-oriented code structures, manipulate files and databases, and know where to find answers for programming problems. Ultimately the goal of Java programming fundamentals is to give students enough of an understanding of Java so that they can become productive junior Java developers.

Java programming fundamentals will cover many of the Java keywords and their application as well as current industry coding idioms. The course goes well beyond simple programming by practicing object-oriented coding and SOLID programming principles.

The course is structured by combining short lectures with exercises. The exercises are more than simply following a pre-determined script but involve writing code from scratch, critiquing code, working in teams, modifying moderately complex systems, and exploring various code support websites.

Audience Profile

Programmers who need to design and develop Java applets and applications.

At Course Completion

  • Create and explain project structure in Eclipse
  • Work with classes, methods, statements, and class attributes
  • Correct syntax and logic errors using the debugging tools in Eclipse
  • Work with Java primitive datatypes and Java data classes
  • Apply various levels of visibility to classes, subclasses, packages, and instances
  • Code three types of loops, various conditional statements, use case statements
  • Work with Java exceptions
  • Use interfaces and polymorphism to create decoupled objects
  • Apply basic design patterns to create well-structured code
  • Read and write to a file
  • Use simple JDBC to manipulate a database

What’s included?

  • Authorized Courseware
  • Intensive Hands on Skills Development with an Experienced Subject Matter Expert
  • Hands-on practice on real Servers and extended lab support 1.800.482.3172
  • Examination Vouchers & Onsite Certification Testing- (excluding Adobe and PMP Boot Camps)
  • Academy Code of Honor: Test Pass Guarantee
  • Optional: Package for Hotel Accommodations, Lunch and Transportation

Training Solutions

With several convenient training delivery methods offered, The Academy makes getting the training you need easy. Whether you prefer to learn in a classroom or an online live learning virtual environment, training videos hosted online, and private group classes hosted at your site. We offer expert instruction to individuals, government agencies, non-profits, and corporations. Our live classes, on-sites, and online training videos all feature certified instructors who teach a detailed curriculum and share their expertise and insights with trainees. No matter how you prefer to receive the training, you can count on The Academy for an engaging and effective learning experience.

Methods

  • Instructor-Led (the best training format we offer)
  • Live Online Classroom – Online Instructor-Led
  • Self-Paced Video

Speak to an Admissions Representative for complete details

StartFinishPublic PricePublic Enroll Private PricePrivate Enroll
12/25/202312/29/2023
1/15/20241/19/2024
2/5/20242/9/2024
2/26/20243/1/2024
3/18/20243/22/2024
4/8/20244/12/2024
4/29/20245/3/2024
5/20/20245/24/2024
6/10/20246/14/2024
7/1/20247/5/2024
7/22/20247/26/2024
8/12/20248/16/2024
9/2/20249/6/2024
9/23/20249/27/2024
10/14/202410/18/2024
11/4/202411/8/2024
11/25/202411/29/2024
12/16/202412/20/2024
1/6/20251/10/2025

Curriculum

Module 1 Essential skills

  • An introduction to Java
  • How to write your first Java applications
  • How to work with the primitive data types
  • How to code control statements
  • How to code methods, handle exceptions, and validate data
  • How to test, debug, and deploy an application

Module 2 Object-oriented programming

  • How to define and use classes
  • How to work with inheritance
  • How to define and use interfaces
  • More object-oriented programming skills

Module 3 More essential skills

  • How to work with arrays
  • How to work with collections and generics
  • How to work with strings
  • How to work with dates and times
  • How to work with file I/O
  • How to work with exceptions

Module 4 GUI programming

  • How to get started with JavaFX
  • How to get started with Swing
  • More Swing controls

Module 5 Database programming

  • An introduction to databases with SQLite
  • How to use JDBC to work with a database

Module 6 Advanced skills

  • How to work with lambda expressions and streams
  • How to work with threads