Java SE 7 Programming Training Institute in Chennai (SQL STAR)
Java SE 7 Programming
This Java Programming training covers the core Application Programming Interfaces (API) you'll use to design object-oriented applications
with Java. It covers writing database programs with JDBC, & how to correctly write multi-threaded applications.
This Java Programming training covers the core Application Programming Interfaces (API) you'll use to design object-oriented applications
with Java. Expert Oracle University instructors will teach you how to write database programs with JDBC.
Learn To:
- CreateJava technology applications with the latest JDK 7 Technology andthe NetBeans Integrated Development Environment (IDE).
- Enhanceobject-oriented thinking skills using design patterns and best practices.
- Identifygood practices in the use of the language to create robust Javaapplications.
- Manipulatefiles, directories and file systems.
- Writedatabase applications using standard SQL queries through JDBC.
- Createhigh-performance, multi-threaded applications.
- Createclasses that subclass other classes, extend abstract classes andprogram with interfaces.
- Properlyuse exceptions and the Collections framework.
- Developapplications that manipulate files, directories and file systems.
Benefits to You By enrolling in this course, you'll learn how to boost the productivity, communication and collaboration of your organization.
At the same time, you'll develop the knowledge and skills to reduce the cost of application ownership through more efficient
development and deployment techniques. Maintain your edge in the job market by staying current with the global standard for
developing networked applications.
Earn Your Java Certification You can use this course to further develop your skills with the Java
language. Immsersing yourself in this content will help you prepare for the Oracle Certified Professional, Java SE 7 Programmer Exam.
Live
Virtual Class Format A Live Virtual Class (LVC) is exclusively for registered students; unregistered individuals may not view an LVC at any time.
Registered students must view the class from the country listed in the registration form. Unauthorized recording, copying, or
transmission of LVC content may not be made.
PrerequisitesSuggested Prerequisite
- Experiencewith at least one programming language
- Basicunderstanding of database concepts and SQL syntax
- Understandobject-oriented principles
- Havecompleted the Java SE 7 Fundamentals course, or experience withthe Java language - can create, compile and execute programs
Required Prerequisite
Audience- J2EEDeveloper
- Java EE Developers
- JavaDevelopers
- Developer
Course Objectives- Processstrings using a variety of regular expressions
- Createhigh-performing multi-threaded applications that avoid deadlock
- LocalizeJava applications
- Create applications that use the Java Collections framework
- Implementerror-handling techniques using exception handling
- Implementinput/output (I/O) functionality to read from and write to dataand text files and understand advanced I/O streams
- Manipulatefiles, directories and file systems using the JDK7 NIO.2specification
- Applycommon design patterns and best practices
- CreateJava technology applications that leverage the object-orientedfeatures of the Java language, such as encapsulation, inheritance,and polymorphism
- Executea Java technology application from the command line
- Performmultiple operations on database tables, including creating,reading, updating and deleting using JDBC technology
Course TopicsJava Platform Overview - Introductions
- Course Schedule
- Licensing
- Java Overview
- Java Platforms
- The Java Community Process
- OpenJDK
- Java in Server Environments
Java Syntax and Class Review- Model objects using Java classes
- Java fields, constructors andmethods
- Simple Java classes
- Package and import statements
Encapsulation and Polymorphism- Model business problems withJava classes
- Immutability
- Variable argument methods
- Subclassing
- Encapsulation in Java classdesign
- Overloading methods
Java Class Design- The instanceof operator
- Polymorphism
- Method overriding
- Overriding Object methods
- Virtual method invocation
- Access modifiers: private,protected and public
- Casting object references
- Constructor overloading
Advanced Class Design- Enumerated types
- The Singleton design pattern
- Abstract classes and typegeneralization
- Field modifier best practices
- Designing abstract classes
- Nested classes
- The static and final modifiers
Inheritance with Java Interfaces- Java Interfaces
- Object composition and methoddelegation
- Types of Inheritance
- The DAO design pattern
- Implementing multiple interfaces
Generics and Collections- Generic classes and typeparameters
- Collections and generics
- Type inference (diamond)
- List, set and Map
- Stack and Deque
String processing- Regular expressions with thePattern and Matcher classes
- Text output and formatting
- Text parsing in Java
- Input processing with Scanner
- Essential String methods
- String manipulation withString Builder and String Buffer
Exceptions and Assertions- Best practices using exceptions
- Exceptions categories
- Assertions
- The multi-catch feature
- Using try-with-resources and theAutoCloseable interface
- Creating your own Exceptionclasses
- Standard Java Exception classes
- Using try-catch and the finallyclause
I/O Fundamentals- Channel I/O
- Using I/O Streams
- Chaining I/O Streams
- Reading the console input stream
- I/Ousing Java
- Reading and writing objectsusing Serialization
- Writing to the console
File I/O with NIO 2- Directory and File operations
- The Files class
- The Path interface
- Managing file system attributes
- Watching for file system changes
- Reading, writing, and creating files
Threading- Creating multi-threadedsolutions
- Sharing data across threads
- Immutable objects
- Operating system task scheduling
- Synchronization and Deadlock
- Recognizing multithreadedenvironments
Concurrency- Parallelism and the Fork-Joinframework
- Thread-safe collections
- Using Read-Write Locks
- Concurrenct synchronizers(Semaphore, Phaser, and others)
- Executors and ThreadPools toconcurrently schedule tasks
- Creating Atomic variables
Database Application with JDBC- PreparedStatement andCallableStatement
- The DAO Pattern and JDBC
- RowSet 1.1 RowSetProvider andRowSetFactory
- Layout of the JDBC API
- Queries and results
- Transactions
- JDBC divers
Localization- Defining locale
- Format messages, dates andnumbers
- Resource bundles
- Read and set locale using theLocale object
- Advantages of localization