About the Advanced Java Programming course
The Advanced Java Programming course will take you to the next level as a Java programmer. You will learn advanced Java programming concepts, and techniques to improve your code. The course also covers some of the new language features in the later versions of Java.What others say
The lecturer was very entertaining and clearly passionate and knowledgeable about the subject matter. Thank you!
D. Fick
GEW Technologies Lecturer: Lewis
The course overall was very good a mind shifter and a look into how one can better program in Java. The lecturer was very detailed and always well prepared.
L. Thale
ABSA Lecturer: Lewis
Lewis is very knowledgeable and enjoys this subject, also is passionate lecturer.
Z. Ndimande
First National Bank (FNB) Lecturer: Lewis
I really learned a lot. Things that were unclear to me were explained in detail and effectively. Thank you!
S. Yzelle
Unisa Lecturer: Lewis
Lecturer is very knowledgeable about the content. Also provides extra insights on related content. Very good course overall
L. Matuka
FNB Lecturer: Lewis
This was the best training, very productive. This was very helpful, thank you.
N. Chuma
FNB Lecturer: Lewis
Very good lecturer, his knowledge is amazing. Very interesting material.
J. Posthuma
GEW Technologies Lecturer: Lewis
The course was very well structured and the instructor is knowledgeable.
T. Mathevula
Standard Bank of South Africa (SBSA) Lecturer: Lewis
Great course and great presentation. I still have a lot to learn as I have been introduced to quite a lot, but overall all interesting
J. Mavunda
Saab Grintek Defence Lecturer: Lewis
Why you want to attend
You should attend the Advanced Java Programming course if:- You are a Java programmer and you want to learn about the advanced aspects of the Java language.
- You are a Java programmer and you want to learn to write better Java code.
What you need to know first
Before you attend the Advanced Java Programming course:- You must have attended our Java Programming course or already be comfortable with the fundamentals of the Java programming language.
- You should have at least 6 months practical experience programming in Java.
Price and duration
Price: R14,800.00 excluding VAT per delegate. This price includes everything that you need:- All course material, provided in an electronic format.
- An attendance certificate after the course, in PDF format.
How to book
It’s so easy to book for the Advanced Java Programming course. Just email us at info@incusdata.com. You can send us a purchase order, or fill in our course enrolment form. After we have received your booking, we will confirm that you are booked, and we’ll send you an invoice.Detailed course contents
Overview
- Review of the Java platform.
- Distributed systems – RPC, RMI, CORBA, EJB
- Overview of JEE architecture.
- Overview of web services.
- SOAP vs REST web services.
- SOLID design principles.
- Enterprise design techniques.
Enhanced Language Features
- Java 1.4 assertions.
- Java 5 – annotations, generics, enums, enhanced for loop, auto-boxing/unboxing, varargs, static imports.
- Java 7 – binary literals, try-with-resources, multi-catch, type inference, strings in switches.
- Java 8 – functional interfaces, default methods, functional programming, lambda expressions.
- Java 9 – modularization, private methods in interfaces.
- Java 10 – local variable type inference.
- Java 14 – records and switch expressions.
- Java 15 – multi-line text blocks and sealed classes.
JavaBeans and Canonical Classes
- JavaBean rules.
- Canonical classes.
- Reflection API.
- Garbage collection and memory management.
Persistence
- Object serialization.
- JavaBean XML encoding.
- Java Architecture for XML Binding (JAXB).
- File I/O.
- Java Database Connectivity (JDBC).
- Java Persistence API (JPA).
Collections API
- Collections, Sets, Lists, Maps, Queues.
- Linked list, binary trees and hash tables.
- Iterator and Enumeration interfaces.
- Choosing the right collection and Big O notation.
- Generic algorithms, sorting and searching.
Threads and Concurrency
- Thread vs Runnable.
- Thread lifecycle.
- Thread synchronization.
- Timers and TimerTasks
- Concurrency API.
- Executors and ExecutorServices.
- Callables and Futures.
Generics
- Overview of generic classes.
- Syntax and type inference.
- Type erasure.
- Wildcards and bounds.
Lambdas and Streams
- Functional programming overview.
- @FunctionalInterface annotation.
- Lambda expressions.
- Default and static methods.
- Method and constructor references.
- Working with streams.
- Stream pipelines.
Modularity
- Declarations, descriptors and directives.
- Exports and requires keywords.
- Services and ServiceLoaders.
- Reflection in modules.
- The unnamed module and automatic modules.