Contents
Java New Features Training
There are several new features of Java in the programming world from time to time such as Java5,6,7,8 and now Java 9. Java9 is the trending one which consists of important features such as Platform Module System (Project Jigsaw), Interface Private Methods, Try-With Resources, Anonymous Classes Collection Factory Methods, Process API Improvement and so on.
Objectives of the Course
- Understand the complete Java New features Clearly
Who Should Do The Course
- Students who are fascinated by java programming skills
- Projects Manager, Java developer and J2EE Developer
Java 5, 6, 7 , 8 & 9 Features Training
Java 5
- Covariant Returns
- Var-arg length methods,
- Auto-boxing and auto-Unboxing
- Enhanced for loop
- Generic Types
- static imports
- enum (Enumerated types)
- Annotations -Meta data
- C style formatted Input and Output
- Scanner class
- Queue hierarchy
- java.util.concurrency package
Java 6
- Console
- NavigableSet
- NavigableMap
Java 7
- class execution change with respect to Main Method
- switch with String type argument
- Binary literals
- Numeric Literals with underscore
- try-with-resource statement
- catch block with multiple exception handling syntax
- Type inference for Generics
- Var-arg bug fix
- Var-arg change in overriding
- Change in Auto-boxing in casting
- New standard Annotation
Java 8
- Lambda expressions
- Method references
- Constructor references
- Default methods
Java 9
- Platform Module System and Interface Private and Collection Factory Methods
- Process API Improvement
- New Version-String Scheme
- The Java Shell (REPL)
- Stream API Improvement
- Installer Enhancement for windows and many more