About the Java Programming course
The Java Programming course covers the essential concepts and syntax of Java, from OO concepts and syntax, to exception handling and collections. This course is for you if you already have programming experience in another language, or have limited Java experience. Java is a popular and widely-used programming language. The Java course will give you a solid foundation. It is essential for learning other Java technologies, like Spring, JEE, and Android.What others say
Lewis is a gem! He is a great lecturer and extremely knowledgeable and passionate about the courses and topics he teaches. I will definitely attend more courses in the future.
I. van der Merwe
FIrst National Bank (FNB)
Very well presented and interesting.
R. Davies
Denel Aviation
Well-structured course. Learnt a lot of Java concepts and terminology.
T. Kabi
FNB
A great introduction to Java programming. I found this course very informative.
C. Smythe
Atio Corporation
Lecturer is very good and an expert in his field. Will recommend him to anybody.
R. Horn
Exponant
The lecturer was very good and explained all the contents very well. He delivered the course content in an exceptional manner.
P. Molokomme
Standard Bank of South Africa (SBSA)
Really excellent!! A really good programming foundation is presented.
C. du Toit
SAAB Avitronic
The lecturer explained the course very well. He made it easy to understand the concept by giving technical explanations as well as everyday references. The exercises were very helped to ensure you can implement the theory and practically see it work. He knows his work.
A. Ngxolashe
Standard Bank of South Africa (SBSA)
Awesome and mindblowing.
M. Le Roux
Momentum
Why you want to attend
You should attend the Java Programming course if:- You are a programmer and you want to learn the Java language.
- You need to support existing Java systems.
- You need to understand Java so that you can learn other Java-based technologies.
- You have already learnt some Java – perhaps on your own or at university – but struggle with some concepts or have gaps in your knowledge.
What you need to know first
Before you attend the Java Programming course:- You must already be a programmer and have experience in programming. If you are new to programming, please attend our Introduction to Java Programming course first.
- If you are a mainframe programmer, please consider first attending our Object-Oriented Analysis and Design Course. It will make your move to Java faster and easier.
- You should know how to use the command line for simple instructions.
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 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
- Java language history.
- Java Standard Edition (JSE) vs Enterprise Edition (JEE)
- Portability and the Java Virtual Machine.
- The Java development environment and tools.
Java Applications
- Console-based applications.
- Graphical applications.
- Applets vs applications.
- Creating a simple “Hello world” application.
OO Concepts
- Object-oriented vs procedural programming.
- Classes, attributes, behaviours.
- Data encapsulation.
- Inheritance and code reuse.
- Polymorphism.
- Abstract classes and interfaces.
- An introduction to UML.
- UML class and package diagrams.
Language Fundamentals
- Lexical structure.
- Comments.
- Keywords, identifiers and literals.
- Naming conventions.
- Data types – primitive vs object reference data types.
- Variable declarations, initialization and scope.
- Expressions, operators and operator precedence.
- Selection and iteration statements.
- Modifiers.
- Exception handling.
Classes, Interfaces and Packages
- Creating and using classes.
- Encapsulation – fields and methods.
- Constructors and initializers.
- Polymorphism – overloading and overriding.
- Inheritance – superclasses and subclasses.
- Abstract classes and interfaces.
- Canonical classes and JavaBeans.
- Inner classes.
- Packages.
Strings, Arrays and Collections
- String methods and concatenation.
- String, StringBuffer and StringBuilder classes.
- Creating, initializing and using arrays.
- Collections API overview.
Exception Handling
- Errors vs exceptions.
- Checked vs unchecked exceptions.
- The try…catch statement.
- Creating custom exceptions.
- Try with resources (TWR).
Threads and Multitasking
- Multitasking overview.
- Using and creating threads.
- The Runnable interface.
- Thread lifecycle.
- Thread synchronization.
File Input/Output
- Standard System streams.
- Files, Streams, Readers and Writers.
- An introduction to serialization.
Advanced Language Features
- Java 5 features – annotations, generics, enums, enhanced for loop, auto-boxing/unboxing, varargs, static imports.
- Java 7 features – binary literals, try-with-resources, type inference, strings in switches.
- Java 8 features – lambdas, functional interfaces, default and static methods in interfaces, method and constructor references.