Java SE 7 Programming Course Overview
The Java SE 7 certification makes candidates proficient and familiar with various concepts of Java language including APIs for designing object oriented applications. The Java programming training includes Objects,
Collections, Concurrency, Threads, Generics, JDBC etc. The Java provides essential skills required for using JDK 7 Technology and the NetBeans IDE to
develop applications. Participants enrolled for this Java Programming certification will learn to apply best practices to create high performance,
robust and multi-threaded applications using design patterns. Apart from that, this Java 7 Certification imparts training to develop applications
that are able to manipulate files, file systems and directories.Java provides several advanced features, such as better GUI, more versatility,
improved performance, enhanced portability and increased security.
Java SE 7 Programming Objectives
- Understand and apply Object-Oriented Design Principles for creating java applications.
- Learn to process Strings using various expressions.
- Learn the Fundamentals of Java I/O streams to read and write data from files.
- Use JDK 7 (NIO.2) for manipulation of files and directories.
- Localization of Java applications. Implement Collections & Generics for creating Java applications.
- Using JDBC for developing Database Applications.
Module 1: Java Platform Overview
-
Introductions
-
Course Schedule
-
Java Overview
-
Java Platforms
-
OpenJDK
-
Licensing
-
Java in Server Environments
-
The Java Community Process
Module 4: Java Class Design
-
Access modifiers: private, protected and public
-
Method overriding
-
Constructor overloading
-
The instanceof operator
-
Virtual method invocation
-
Polymorphism
-
Casting object references
-
Overriding Object methods
Module 5: Advanced Class Design
-
Abstract classes and type generalization
-
The static and final modifiers
-
Field modifier best practices
-
The Singleton design pattern
-
Designing abstract classes
-
Nested classes
-
Enumerated types
Module 8: String processing
-
String manipulation with StringBuilder and StringBuffer
-
Essential String methods
-
Text parsing in Java
-
Input processing with Scanner
-
Text output and formatting
-
Regular expressions with the Pattern and Matcher classes
Module 9: Exceptions and Assertions
-
Exceptions categories
-
Standard Java Exception classes
-
Creating your own Exception classes
-
Using try-catch and the finally clause
-
Using try-with-resources and the AutoCloseable interface
-
The multi-catch feature
-
Best practices using exceptions
-
Assertions
Module 10: I/O Fundamentals
-
I/O using Java
-
Reading the console input stream
-
Writing to the console
-
Using I/O Streams
-
Chaining I/O Streams
-
Channel I/O
-
Reading and writing objects using Serialization
Module 11: File I/O with NIO 2
-
The Path interface
-
The Files class
-
Directory and File operations
-
Managing file system attributes
-
Reading, writing, and creating files
-
Watching for file system changes
Module 12: Threading
-
Operating system task scheduling
-
Recognizing multithreaded environments
-
Creating multi-threaded solutions
-
Sharing data across threads
-
Synchronization and Deadlock
-
Immutable objects
Module 13: Concurrency
-
Creating Atomic variables
-
Using Read-Write Locks
-
Thread-safe collections
-
Concurrenct synchronizers (Semaphore, Phaser, and others)
-
Executors and ThreadPools to concurrently schedule tasks
-
Parallelism and the Fork-Join framework
Module 14: Database Application with JDBC
< -
Layout of the JDBC API
-
JDBC divers
-
Queries and results
-
PreparedStatement and CallableStatement
-
Transactions
-
RowSet 1.1 RowSetProvider and RowSetFactory
-
The DAO Pattern and JDBC
Module 15: Localization
-
Advantages of localization
-
Defining locale
-
Read and set locale using the Locale object
-
Resource bundles
-
Format messages, dates and numbers