Faites confiance à votre formation en TI |
Oracle University reconnaît ExitCertified comme Partenaire en formation de l’année en Amérique du Nord.
ExitCertified renforce sa relation avec Red Hat en obtenant le statut de revendeur avancés.
Oracle University décerne à ExitCertified le prix de Qualité exceptionnelle des instructeurs.
ExitCertified en vedette dans le répertoire des Entrepreneurs dynamiques du 21e siècle.
ExitCertified est mis en candidature une troisième fois pour les prix de la Chambre de commerce.
ExitCertified élargit sa relation avec Apple en ajoutant la diffusion de formation agréée Mac OS à Phoenix, en Arizona.

 |
Java SE 7 Programming |
 |
|
| Format: Formation en classe avec formateur |
| Autres formats: |
|
|
|
 |
|
|
| |
The second of two courses that cover the Java Standard Edition 7 (Java SE 7) Platform, this course covers the core Application Programming Interfaces (API) you will use to design object-oriented applications with Java. Learn to create classes that subclass other classes, extend abstract classes, and program with interfaces. Learn how to properly use exceptions, how to use the Collections framework, and develop applications that manipulate files, directories and file systems. This course also covers writing database programs with JDBC, and how to correctly write multi-threaded applications. Use this course to further develop your skills with the Java language and prepare for the Oracle Certified Professional, Java SE 7 Programmer Exam!
Learn To:
- Create Java technology applications with the latest JDK 7 Technology and the NetBeans Integrated Development Environment (IDE)
- Enhance object-oriented thinking skills using design patterns and best practices
- Identify good practices in the use of the language to create robust Java applications
- Manipulate files, directories and file systems
- Write database applications using standard SQL queries through JDBC
- Create high-performance multi-threaded applications
|
|
|
|
|
|
|
 |
 |
 |
 |
Compétences acquises |
| |
Perform multiple operations on database tables, including creating, reading, updating and deleting using JDBC technologyProcess strings using a variety of regular expressionsCreate high-performing multi-threaded applications that avoid deadlockLocalize Java applicationsCreate applications that use the Java Collections frameworkImplement error-handling techniques using exception handling
| | Implement input/output (I/O) functionality to read from and write to data and text files and understand advanced I/O streamsManipulate files, directories and file systems using the JDK7 NIO.2 specificationApply common design patterns and best practicesCreate Java technology applications that leverage the object-oriented features of the Java language, such as encapsulation, inheritance, and polymorphismExecute a Java technology application from the command line | |
 |
 |
 |
 |
Qui peut en profiter |
| |
| | Java DeveloperJava EE Developer | |
 |
 |
 |
 |
Préalables |
| |
Understand object-oriented principlesBasic understanding of database concepts and SQL syntax
| | Have completed the Java SE 7 Fundamentals course, or experience with the Java language - can create, compile and execute programsExperience with at least one programming language | |
|
|
|
| |
 | Ce cours est donné par des formateurs certifiés Oracle.
ExitCertified est le seul partenaire en formation agréée Sun au Canada et le plus important revendeur Sun en Amérique du Nord.
Il y a une différence....découvrez-la.  |
|
 |
| Code: |
SL-275-SE7 |
| Format: |
Formation en classe avec formateur |
|
| Durée: |
5 Days |
| Certifié par: |
Oracle |
|
| Frais d’inscription (CAD): 2,995$ |
|
 |
 |
|
 |
|
|
| Frisco, TX | | Jul.9 - Jul.13.2012 |  |  | | Edmonton, AB | Map | Jul.23 - Jul.27.2012  |  |  | | Vancouver, BC | Map | Jul.23 - Jul.27.2012  |  |  | | Toronto, ON | | Jul.23 - Jul.27.2012 |  |  | | Atlanta, GA | | Aug.13 - Aug.17.2012 |  |  | | Ottawa, ON | Map | Aug.13 - Aug.17.2012  |  |  | | Montreal, QC | Map | Aug.13 - Aug.17.2012  |  |  | | Tampa, FL | | Aug.27 - Aug.31.2012 |  |  | | Toronto, ON | | Sep.24 - Sep.28.2012 |  |  | | Ottawa, ON | | Sep.24 - Sep.28.2012 |  |  | | Montreal, QC | | Sep.24 - Sep.28.2012 |  |  | | Toronto, ON | | Oct.22 - Oct.26.2012 |  |  | | Edmonton, AB | | Nov.26 - Nov.30.2012 |  |  | | Vancouver, BC | | Nov.26 - Nov.30.2012 |  |  | | Toronto, ON | | Dec.10 - Dec.14.2012 |  |  | | 15 Dates Offered | | | |
|
|
|


Java SE 7 Programming Contenu détaillé |
| |
| |
- Introductions
- Course Schedule
- Java Overview
- Java Platforms
- OpenJDK
- Licensing
- Java in Server Environments
- The Java Community Process
| |
| Java Syntax and Class Review
| - Simple Java classes
- Java fields, constructors and methods
- Model objects using Java classes
- Package and import statements
| |
| Encapsulation and Polymorphism
| - Encapsulation in Java class design
- Model business problems with Java classes
- Immutability
- Subclassing
- Overloading methods
- Variable argument methods
| |
- Access modifiers: private, protected and public
- Method overriding
- Constructor overloading
- The instanceof operator
- Virtual method invocation
- Polymorphism
- Casting object references
- Overriding Object methods
| |
- 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
| |
| Inheritance with Java Interfaces
| - Java Interfaces
- Types of Inheritance
- Object composition and method delegation
- Implementing multiple interfaces
- The DAO design pattern
| |
- Generic classes and type parameters
- Type inference (diamond)
- Collections and generics
- List, set and Map
- Stack and Deque
| |
| |
- 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
| |
| 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
| |
- 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
| |
- The Path interface
- The Files class
- Directory and File operations
- Managing file system attributes
- Reading, writing, and creating files
- Watching for file system changes
| |
- Operating system task scheduling
- Recognizing multithreaded environments
- Creating multi-threaded solutions
- Sharing data across threads
- Synchronization and Deadlock
- Immutable objects
| |
- 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
| |
| 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
| |
- Advantages of localization
- Defining locale
- Read and set locale using the Locale object
- Resource bundles
- Format messages, dates and numbers
| |
| |

|