Introduction to Java Programming – JAV101
Introduction to Java Programming – 3 Day – JAV101 Request a Class Date
In this 3-Day hands-on Introduction to Java course, students become productive quickly in the Java™ language. Learn Java language syntax through Java 7, abstract classes, interfaces, generics, packages, exception handling and they learn two foundational API libraries: I/O streams and collections.
Multi-Enrollment Discounts Available at Check-Out
Course ID: JAV101 Duration: 3 days
Audience: Programmers moving to the Java language
Prerequisites: Professional programming experience in C, C++, or C# required. Knowledge of Object-Oriented concepts is required.
In this 3-Day hands-on Introduction to Java course, students become productive quickly in the Java™ language. This course quickly is current through Java 7.0 language syntax and then moves into more advanced features of the language such as abstract classes, interfaces, generics, packages, and exception handling. Students will then learn two foundational API libraries: I/O streams and collections. Additional appendices on threads, J2EE™, and Eclipse are provided for further study. This course is current to Java 7 and uses the Eclipse IDE.
Our Java courses are live, interactive instructor-led courses with lecture, question and answers times, labs and true hands-on-learning. The typical Java programming course is about 40%-50% lecture and 50% hands-on learning. Most Java training classes included hand-on lab exercises at the end of each learning module. These informal lab exercises give the student a chance to practice their newly acquired skills.
Introduction to Java Training Course Topics
Getting Started with J2SE
- What is Java?
- How to Get Java
- A First Java Program
- Compiling and Interpreting Applications
- The JDK Directory Structure
Language Fundamentals
- A Java Program
- If Statements
- Switch Statements
- Loop Statements
- Syntax Details
- Primitive Datatypes
- Variables
- Expressions in Java
- Strings
- Arrays
- Enhanced for Loop
Objects and Classes
- Defining a Class
- Creating an Object
- Instance Data and Class Data
- Methods
- Constructors
- Access Modifiers
- Encapsulation
Using Java Objects
- Printing to the Console
- printf Format Strings
- StringBuilder and StringBuffer
- Methods and Messages
- toString
- Parameter Passing
- Comparing and Identifying Objects
- Destroying Objects
- Using the Primitive-Type Wrapper Classes
- Autoboxing
Inheritance in Java
- Inheritance
- Inheritance in Java
- Casting
- Method Overriding
- Polymorphism
- super
- The Object Class
Advanced Inheritance and Language Constructs
- Enumerated Types – Pre-Java 5.0
- Enumerated Types Today
- More Enumerated Types
- Abstract Classes
- Interfaces
- Using Interfaces
- Comparable
- Collections
- Generics
Packages
- Packages
- The import Statement
- Static Imports
- CLASSPATH and Import
- Defining Packages
- Package Scope
Exception Handling
- Exceptions Overview
- Catching Exceptions
- The finally Block
- Exception Methods
- Declaring Exceptions
- Defining and Throwing Exceptions
- Errors and RuntimeExceptions
- Assertions
Input/Output Streams
- Overview of Streams
- Bytes vs. Characters
- Converting Byte Streams to Character Streams
- File Object
- Binary Input and Output
- PrintWriter Class
- Reading and Writing Objects
- Basic and Filtered Streams
Core Collection Classes
- The Collections Framework
- The Set Interface
- Set Implementation Classes
- The List Interface
- List Implementation Classes
- The Queue Interface
- Queue Implementation Classes
- The Map Interface
- Map Implementation Classes
Appendix A – Introduction to Threads
- Non-Threaded Applications
- Threaded Applications
- Creating Threads
- Thread States
- Runnable Threads
- Coordinating Threads
- Interrupting Threads
- Runnable Interface
- ThreadGroups
Appendix B – J2EE Overview
- Introduction to J2EE
- J2SE Building Blocks
- Servlets, JSPs, and Web Applications
- Web Services
- Enterprise JavaBeans
- Additional J2EE APIs
- J2EE Clients
- The J2EE Platform
Appendix C – Eclipse
- Introduction to Eclipse
- Installing Eclipse
- Running Eclipse for the First Time
- Editors, Views, and Perspectives
- Setting up a Project
- Creating a New Java Application
- Running a Java Application
- Debugging a Java Application
- Shortcut Key Sequences
- More Shortcut Key Sequences
- Setting the Classpath
- Importing Existing Java Code into Eclipse