Certificate Authentication

Java Bespoke Certificate for Paul Johansen Pagala

Add to LinkedIn

Certificate ID: 
751903
Authentication Code: 
0a17c
Certified Person Name: 
Paul Johansen Pagala
Trainer Name: 
Debadatta Pati
Duration Days: 
4
Duration Hours: 
28
Course Name: 
Java Bespoke
Course Date: 
22 January 2024 09:00 to 25 January 2024 13:00
Course Outline: 

Introduction to Java
• JVM, JRE and JDK
• Integrated Development Environment
• Compilation and execution of a Java code

Java Syntax
• Packages
• Variables, arrays and data types
• Operators and control flow
• Enumeration details

Object-Oriented Programming
• Classes and objects
• Class constructors
• Inheritance, overloading and overriding
• Access modifiers
• Abstract classes
• Interfaces

Java Collection Framework
• Collections vs arrays
• Lists, maps, queues and sets
• Maps
• Equals and hashCode contract
• Sorting

Exception handling
• Class Throwable
• checked and unchecked exceptions
• Throwing an exception
• 'try...catch' statements
• Creating custom exceptions