WA1278 Introduction to Java Using Eclipse

Similar documents
(800) Toll Free (804) Fax Introduction to Java and Enterprise Java using Eclipse IDE Duration: 5 days

Java Programming Course Overview. Duration: 35 hours. Price: $900

Java for Programmers Course (equivalent to SL 275) 36 Contact Hours

Java Programming Training for Experienced Programmers (5 Days)

Core Java - SCJP. Q2Technologies, Rajajinagar. Course content

A- Core Java Audience Prerequisites Approach Objectives 1. Introduction

SYLLABUS JAVA COURSE DETAILS. DURATION: 60 Hours. With Live Hands-on Sessions J P I N F O T E C H

Introduction to Programming Using Java (98-388)

Contents. Figures. Tables. Examples. Foreword. Preface. 1 Basics of Java Programming 1. xix. xxi. xxiii. xxvii. xxix

Course Description. Learn To: : Intro to JAVA SE7 and Programming using JAVA SE7. Course Outline ::

CO Java SE 8: Fundamentals

Application Development in JAVA. Data Types, Variable, Comments & Operators. Part I: Core Java (J2SE) Getting Started

Type of Classes Nested Classes Inner Classes Local and Anonymous Inner Classes

Software Development & Education Center. Java Platform, Standard Edition 7 (JSE 7)

Index COPYRIGHTED MATERIAL

Java SE7 Fundamentals

Java 8 Programming for OO Experienced Developers

"Charting the Course... Java Programming Language. Course Summary

Course Text. Course Description. Course Objectives. StraighterLine Introduction to Programming in C++

Java Fundamentals p. 1 The Origins of Java p. 2 How Java Relates to C and C++ p. 3 How Java Relates to C# p. 4 Java's Contribution to the Internet p.

Training topic: OCPJP (Oracle certified professional Java programmer) or SCJP (Sun certified Java programmer) Content and Objectives

Contents. iii Copyright 1998 Sun Microsystems, Inc. All Rights Reserved. Enterprise Services August 1998, Revision B

AP COMPUTER SCIENCE JAVA CONCEPTS IV: RESERVED WORDS

5/23/2015. Core Java Syllabus. VikRam ShaRma

Courses For Event Java Advanced Summer Training 2018

[Course Overview] After completing this module you are ready to: Develop Desktop applications, Networking & Multi-threaded programs in java.

Java Programming with Eclipse

Java SE 8 Programming

Fast Track to Core Java 8 Programming for OO Developers (TT2101-J8) Day(s): 3. Course Code: GK1965. Overview

Core Java SYLLABUS COVERAGE SYLLABUS IN DETAILS

DOWNLOAD PDF CORE JAVA APTITUDE QUESTIONS AND ANSWERS

F1 A Java program. Ch 1 in PPIJ. Introduction to the course. The computer and its workings The algorithm concept

Java SE 8 Programming

Syllabus & Curriculum for Certificate Course in Java. CALL: , for Queries

1 Shyam sir JAVA Notes

Language Features. 1. The primitive types int, double, and boolean are part of the AP

Java SE 8 Programming

The Sun s Java Certification and its Possible Role in the Joint Teaching Material

Java SE 7 Programming

Java Training JAVA. Introduction of Java

Peers Techno log ies Pv t. L td. Core Java & Core Java &Adv Adv Java Java

Reviewing for the Midterm Covers chapters 1 to 5, 7 to 9. Instructor: Scott Kristjanson CMPT 125/125 SFU Burnaby, Fall 2013

CONTENTS. PART 1 Structured Programming 1. 1 Getting started 3. 2 Basic programming elements 17

Java 1.8 Programming

JVA-103. Java Programming

Java Programming. Price $ (inc GST)

Page 1

JAVA. 1. Introduction to JAVA

Zhifu Pei CSCI5448 Spring 2011 Prof. Kenneth M. Anderson

Java SE 7 Programming

JAVA. Duration: 2 Months

104. Intermediate Java Programming

Foundations of object orientation

Exam 1 Prep. Dr. Demetrios Glinos University of Central Florida. COP3330 Object Oriented Programming

J2EE Development. Course Detail: Audience. Duration. Course Abstract. Course Objectives. Course Topics. Class Format.

CHAPTER 1: A GENERAL INTRODUCTION TO PROGRAMMING 1

Discover how to get up and running with the Java Development Environment and with the Eclipse IDE to create Java programs.

Object Oriented Programming: In this course we began an introduction to programming from an object-oriented approach.

Introduction to Visual Basic and Visual C++ Introduction to Java. JDK Editions. Overview. Lesson 13. Overview

Oracle 10g: Java Programming

OracleAS 10g R3: Java Programming

Operators and Expressions

Internet Application Developer


College Board. AP CS A Labs Magpie, Elevens, and Picture Lab. New York: College Entrance Examination Board, 2013.

Certification In Java Language Course Course Content

Weiss Chapter 1 terminology (parenthesized numbers are page numbers)

CSC207H: Software Design. Java + OOP. CSC207 Winter 2018

Core Java Contents. Duration: 25 Hours (1 Month)

102. Introduction to Java Programming


Absolute C++ Walter Savitch

CORE JAVA. Saying Hello to Java: A primer on Java Programming language

This course is intended for Java programmers who wish to write programs using many of the advanced Java features.

LTBP INDUSTRIAL TRAINING INSTITUTE

CSC207H: Software Design. Java + OOP. CSC207 Winter 2018

Projects. How much new information can fit in your brain? Corporate Trainer s Profile TECHNOLOGIES

GUJARAT TECHNOLOGICAL UNIVERSITY

Index. Index. More information. block statements 66 y 107 Boolean 107 break 55, 68 built-in types 107

Standard. Number of Correlations

A Quick Tour p. 1 Getting Started p. 1 Variables p. 3 Comments in Code p. 6 Named Constants p. 6 Unicode Characters p. 8 Flow of Control p.

CORE JAVA TRAINING COURSE CONTENT

FOR BEGINNERS 3 MONTHS

Java SE 8 Programmer I and II Syballus( Paper codes : 1z0-808 & 1z0-809)

CS260 Intro to Java & Android 03.Java Language Basics

The course is supplemented by numerous hands-on labs that help attendees reinforce their theoretical knowledge of the learned material.

COP 3330 Final Exam Review

ΠΙΝΑΚΑΣ ΠΛΑΝΟΥ ΕΚΠΑΙΔΕΥΣΗΣ

Subclass Gist Example: Chess Super Keyword Shadowing Overriding Why? L10 - Polymorphism and Abstract Classes The Four Principles of Object Oriented

Mobile MOUSe JAVA2 FOR PROGRAMMERS ONLINE COURSE OUTLINE

1 OBJECT-ORIENTED PROGRAMMING 1

This page intentionally left blank

Complete Java Contents

Java J Course Outline

Murach s Beginning Java with Eclipse

Contents. I. Classes, Superclasses, and Subclasses. Topic 04 - Inheritance

Advanced Java Programming

This page intentionally left blank

E Oracle 10g Java Bootcamp I v1

Writing an ANSI C Program Getting Ready to Program A First Program Variables, Expressions, and Assignments Initialization The Use of #define and

Transcription:

Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc WA1278 Introduction to Java Using Eclipse This course introduces the Java programming language and how to develop Java applications using Eclipse. Students learn the syntax of the Java programming language, object-oriented programming using Java, exception handling, generics, collections, and file input/output (I/O). During the course, students will develop and test Java applications using Eclipse. Throughout the course students will also work on a "project" which develops a complex Java application by applying principles learned to meet changing application requirements. This project is intended to simulate the programming environment they would encounter in real-world projects by providing application requirements and challenging the student to write Java code to meet those requirements. Topics Java basics Basic introduction to Eclipse Branching and looping Objects Advanced class concepts Arrays Exceptions Collections and Generics Stream I/O Practical work Extensive practical exercises take students through all major aspects of the design and development of Java programs. Students will be introduced to various wizards and tools available from Eclipse.

What you will learn After completing this course, the student should be able to: Apply OOP principles Design OO applications using abstraction, encapsulation, modularity and hierarchy Use Java exceptions to guarantee graceful error recovery for your application Create and use inner classes in your program to make them concise and clear Do input/output using Java Create servlets and JavaServer Pages Use Eclipse for Java application development Audience This course is intended for programmers who are interested in adding Java to their skills. Prerequisites The students should be familiar with object-oriented principals and the concept of object-oriented programming. Duration Five days.

Chapter 1 - Overview of Java History Of Java Benefits Of Java What Is Java? What's This "Virtual Machine"? Comparison to Other Languages Java Programs Basic Java Development Tools Java Editions Example HelloWorld Java Classes Main Methods Statements Chapter 2 - Java Tools in Eclipse Eclipse Platform Eclipse Workspace Perspectives, Views & Editors Basic Operations with Eclipse Views and Perspectives The Java Perspective The Debug Perspective Navigator View Package Explorer Outline View Problems View Eclipse Preferences Build and Validation Code Completion, Templates and Snippets Searching Configure Compiler Class Path JRE Switching Chapter 3 - Basic Object Concepts What Is An Object? State Behavior Encapsulation

Encapsulation Examples Classes vs. Objects Inheritance Interfaces Polymorphism Benefits Of Objects Chapter 4 - Basic Java Syntax Declaring And Initializing Variables Keywords Coding Tips Variables Primitive Data Types Logical - boolean Textual - char and String Integral - byte, short, int, long Floating Point - float and double Literal Values Java 7 Changes in Numeric Literals Strings Creating Strings White Space Comments Coding Tips - Comments Java Statements Coding Tips - Statements Scope of a Variable System.out/System.in Scanner Class Chapter 5 - Operations and Making Decisions Operator Categories Special Situations Binary Operators Integer Division Numeric Promotion Type Conversion Of Primitive Types Unary Operators Relational Operators

Logical Operators "Short Circuited" Operators Bitwise Operators Bitwise Examples Shift Operators Overflow And Underflow Assignment Operators Ternary Operator Calculation Errors Operator Precedence Precedence Examples Combining Strings Coding Tips - Operators Control Flow Statements 'if' Statement 'if else' Statement Nested Statements Coding Tips - if & if-else Chapter 6 - Using Classes and Objects Objects, Instances, And Classes What Are Classes? Working With Classes And Objects Instantiation Instance Methods Object References String Operations "Wrapper" Classes Autoboxing Chapter 7 - Writing Classes Why Define Your Own Classes? Encapsulation Elements Of A Class Defining Classes Coding Tips - Class Definitions Fields Defining Fields

Coding Tips - Fields Methods Defining Methods Passing Parameters Overloading Methods Coding Tips - Methods Local Variables vs. Instance Variables Example - Defining a Class Example - Fields Example - Defining a Method Example - Calling a Method Chapter 8 - Controlling Code Access and Code Organization Controlling Access Data Hiding Encapsulation JavaBeans Packages Naming Packages Declaring Packages In Classes Problems Solved With Packages Package Access Example - Access Modifiers Import Statement Using Classes From Packages Coding Tips - Import Statements Correlation To File Structure Class Path Java Core Packages Java API Documentation Chapter 9 - Constructors and Class Members Constructors Default Constructor Multiple Constructors Defining Constructors Example - Calling Constructors "Good" Constructors

'this' Keyword Using 'this' to Call a Constructor Using 'this' to Set a Field Class Members Examples Of Class Members Comparison With Instance Members Use Of Class Variables Static Class Methods Use Of Class Methods The Math Class Main Method And Command Line Arguments Declaring Constants Coding Tips - Class Members Useful Standard Class Members Initialization Blocks Static Initialization Blocks Chapter 10 - Advanced Control Structures 'switch' Statement Example - switch Switch "Fall Through" Using switch "Fall Through" for Multiple Options Java 7 Strings in switch Statement 'for' Loop Example - for 'while' Loop Example - while 'do while' Loop Example - do while Break Statement Example - break Labeled Statements Example - Labeled break Continue Statement Example - continue Example - Labeled continue Coding Tips - Control Structures

Chapter 11 - Inheritance Inheritance Is Inheritance Examples Declaring Inheritance Inheritance Hierarchy Access Modifiers Revisited Inherited Members Instances Of A Subclass Example Of Inheritance Role In Reuse The super Keyword Example - super Keyword Problems with Constructors Limiting Subclasses Calling Methods in Constructors The Object Class Chapter 12 - Arrays Arrays Declaring Arrays Populating Arrays Accessing Arrays Arrays of Objects Array Length Coding Tips - Arrays Array References Multidimensional Arrays Arrays Of Arrays Copying Arrays For-Each loop Variable Arguments Variable Arguments Example Chapter 13 - Commonly Overridden Methods Overriding Methods @Override Annotation Using Eclipse to Override Methods

tostring() tostring() in Object Overriding tostring() Comparing Objects Using == vs. equals(..) Overriding equals(..) Complex Comparisons equals(..) Example hashcode() Overriding hashcode() hashcode() Example Generating equals and hashcode Chapter 14 - Advanced Java Tools Refactoring Renaming Elements Moving a Class to a Different Package Extracting Code to a Method Other Source Code Refactoring Refactoring to Improve Type Hierarchy Generalizing a Variable Pull-up and Push-down Chapter 15 - Exceptions What is an Exception Benefits The java.lang.exception Class How to Work With Exceptions Example Exception Handling The try-catch-finally Statement Flow of Program Control Exception Hierarchy Checked Exceptions Unchecked Exceptions Coding Tips - Exception Types Catching Subclass Exceptions Java 7 Catching Multiple Exceptions Specifying Thrown Exceptions Rethrowing Exceptions

Java 7 Rethrowing Exceptions Chaining Exceptions Creating your Own Exception Java 7 try-with-resources Statement Java 7 Suppressed Exceptions in try-with-resources Chapter 16 - Interfaces and Polymorphism Casting Objects The instanceof Operator Abstract Classes Abstract Class An Example Interface Interface An Example Comparable Interface Comparable Example Coding Tips - Superclass or Abstract Class/Interface? Coding Tips Abstract Class or Interface Polymorphism Conditions for Polymorphism Coding Tips - Leveraging Polymorphism Covariant Return Types Covariant Return Types An Example Chapter 17 - Useful Java Classes Java Logging API Control Flow of Logging Logging Levels Loggers Logging Example Logging Handlers Logging Formatters & Log Manager Logging Configuration File Example Logging Configuration File Logging Filters java.lang.stringbuilder java.util.stringtokenizer java.util.arrays & java.util.collections java.util.random

java.util.date GregorianCalendar & Calendar Formatting Formatting Example Chapter 18 - Collections and Generics What are Collections? Arrays vs. Collections Main Collections Interfaces java.util.collection Main Collection Methods Sets java.util.list java.util.queue Iteration on a Collection Iterator vs. For-Each Loop Maps java.util.map Other Maps Collections Implementations Abstract Implementations Choosing a Collection Type Generics Generics and Collections Generic Collection Example Collections and Primitive Types Generic Diamond Operator Chapter 19 - Input and Output Overview of Java Input/Output The File Class File Example Java 7 - The java.nio.file.path Interface Serialization Serializing Object State Avoiding Serialization Problems serialversionuid Options for File Input/Output

Streams Input Stream Output Stream "Chained" Streams RandomAccessFile Java 7 try-with-resources Statement Using Streams - Write Example Using Streams - Read Example Reader and Writer Using Readers and Writers - Write Example Using Readers and Writers - Read Example Using Readers and Writers - Scanner Read Example NIO Channels and Buffers Chapter 20 - Other Java Concepts Annotations Enumerated Types Enumerated Types Example Assertions Assertions Example When to use Assertions Enabling Assertions JVM Storage Areas Java Heap Space Heap Size Limits Garbage Collection Basics Allocation Failure (AF) OutOfMemoryError Memory Leak Distributing Java Code with JARs Chapter 21 - Overview of Java SE APIs Java GUI Programming Networking Security Databases - JDBC Concurrent Programming Naming - JNDI Management - JMX

XML Web Services Remote Method Invocation Image I/O Printing Chapter 22 - Overview of Java EE Goals of Enterprise Applications What is Java? What is Java EE? The Java EE Specifications Versions Role of Application Server Java EE Components What is a Servlet? Servlet Execution What is a JSP? JSP Code Sample Introduction to JSF Example JSF Page What is an EJB? EJB Types Java Persistence API EJB Examples Web Services Web Browser Other Clients Model-View-Controller Architecture MVC An Example Java EE Vendor Specifications Containers Java EE Blueprint Java EE Application Structure EAR File What are Modules?