Course description
In this course the instructor will take you through a whirlwind overview of the new packages and frameworks, features, JVM enhancements and Java language updates that are part of Java SE 7.You’ll spend some time on those language enhancements, small changes that make a big difference in our code. You’ll also be covering the concurrency utilities provided by Java SE 7, including the brand new Fork Join framework, which supports parallel processing, by taking full advantage of the multiple processors on most modern systems. You’ll also see the new ThreadLocalRandom class, which generates random numbers in multi-threaded applications without the concurrency issues seen in Java SE 6. Then you will see the new Phaser synchronization mechanism, used to ensure threads march in step together, from one phase of the application to the next.
Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.
Prerequisites
This course assumes that the users have a solid understanding object-oriented principals and experience coding with Java 5 or greater. This course was filmed using Eclipse for RCP and RAP developers (Java developer edition). A general understanding of Eclipse is required but only to understand the methods shown. The theory for this course will work on any IDE that supports the Java 7 SE SDK.
Meet the expert
Brigitte Birze is a seasoned software development professional with over 25 years of experience in Corporate IT and Engineering across many verticals. Brigitte has been involved in every phase of the software development lifecycle from the perspective of several roles: individual contributor, team lead, S/W architect, system engineer, proposal author, and project manager. Her innovative software architectures have resulted in six published papers and eight patents. Brigitte's dynamic communication skills, paired with her depth and breadth of technical knowledge, give her the unique ability to make the complex understandable and to convey technical concepts to cross-functional groups, speaking at the business or technical level.
Video Runtime
82 Minutes
Time to complete
163 Minutes
Course Outline
Overview (07:27)
Language Enhancements (18:54)
Generic Type Inference (07:16)
Data Type Enhancements (06:53)
Enhancements (10:55)
New Concurrent Utilities (13:44)
ThreadLocalRandom Class (05:06)
Phaser Class (12:18)