LTBP INDUSTRIAL TRAINING INSTITUTE

Similar documents
LTBP INDUSTRIAL TRAINING INSTITUTE

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

ABOUT CORE JAVA COURSE SCOPE:

Core Java SYLLABUS COVERAGE SYLLABUS IN DETAILS

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

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

Page 1

Java 8 Programming for OO Experienced Developers

Beginning Android 4 Application Development

JAVA. Duration: 2 Months

Required Core Java for Android application development

Java Programming. Price $ (inc GST)

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

COURSE DETAILS: CORE AND ADVANCE JAVA Core Java

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

Core Java - SCJP. Q2Technologies, Rajajinagar. Course content

MARS AREA SCHOOL DISTRICT Curriculum TECHNOLOGY EDUCATION

Java SE7 Fundamentals

Java SE 7 Programming

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

A- Core Java Audience Prerequisites Approach Objectives 1. Introduction

15CS45 : OBJECT ORIENTED CONCEPTS

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

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

Core Java. Basics of Java. String Handling. OOPS Concepts. Exception Handling

CHAPTER 1: A GENERAL INTRODUCTION TO PROGRAMMING 1

CORE JAVA& ANDROID SYLLABUS

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

Certification In Java Language Course Course Content

Core Java Syllabus DAY -1 :

Learn Java/J2EE Basic to Advance level by Swadeep Mohanty

Java SE 7 Programming

Compaq Interview Questions And Answers

Object Oriented Programming with Java. Unit-1

The name of the Show What will you enjoy learning?

This page intentionally left blank

JAVA+ANDROID CURRICULUM 6 WEEKS. INTRODUCTION TO JAVA Understanding Requirement: Why Java Why Java is important to the Internet JAVA on LINUX Platform

JAVA. 1. Introduction to JAVA

Complete Java Contents

Java SE 8 Programming

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

FOR BEGINNERS 3 MONTHS

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

Java SE 8 Programming

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

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

Java SE 8 Programming

Murach s Beginning Java with Eclipse

Java Training JAVA. Introduction of Java

Core Java Syllabus. Pre-requisite / Target Audience: C language skills (Good to Have)

1 OBJECT-ORIENTED PROGRAMMING 1

C# Syllabus. MS.NET Framework Introduction

Objective Questions. BCA Part III Paper XIX (Java Programming) page 1 of 5

Syllabus- Java + Android. Java Fundamentals

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

Android Application Development using Kotlin

Merge Sort Quicksort 9 Abstract Windowing Toolkit & Swing Abstract Windowing Toolkit (AWT) vs. Swing AWT GUI Components Layout Managers Swing GUI

WA1278 Introduction to Java Using Eclipse

DOWNLOAD PDF CORE JAVA APTITUDE QUESTIONS AND ANSWERS

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

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

Index COPYRIGHTED MATERIAL

Java Programming Fundamentals

OracleAS 10g R3: Java Programming

SCHEME OF COURSE WORK

C ONTENTS PART I FUNDAMENTALS OF PROGRAMMING 1. and Java 3. Chapter 1 Introduction to Computers, Programs,

VB.NET Web : Phone : INTRODUCTION TO NET FRAME WORK

JAVA Training Overview (For Demo Classes Call Us )

JAVA MICROSERVICES. Java Language Environment. Java Set Up. Java Fundamentals. Packages. Operations

MyProgram m i ng Lab. get with the programming. Through the power of practice and immediate personalized

Introduction... xv SECTION 1: DEVELOPING DESKTOP APPLICATIONS USING JAVA Chapter 1: Getting Started with Java... 1

Diploma in Android Programming (DAP)

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

CS 6456 OBJCET ORIENTED PROGRAMMING IV SEMESTER/EEE

Core Java Syllabus. Overview

CONTENTS. Chapter 1 Getting Started with Java SE 6 1. Chapter 2 Exploring Variables, Data Types, Operators and Arrays 13

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

.NET-6Weeks Project Based Training

Aim behind client server architecture Characteristics of client and server Types of architectures

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

Interview Questions I received in 2017 and 2018

CORE JAVA TRAINING COURSE CONTENT

PESIT Bangalore South Campus

Table of Contents. Chapter 1 Getting Started with Java SE 7 1. Chapter 2 Exploring Class Members in Java 15. iii. Introduction of Java SE 7...

SRM INSTITUTE OF SCIENCE & TECHNOLOGY Faculty of Science and Humanities Department of Computer Science UNIT I - INTRODUCTION TO JAVA

JAVA COURSES. Empowering Innovation. DN InfoTech Pvt. Ltd. H-151, Sector 63, Noida, UP

Java Training For Six Weeks

Java Programming Training for Experienced Programmers (5 Days)

GUJARAT TECHNOLOGICAL UNIVERSITY

JAVA SYLLABUS FOR 6 MONTHS

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

Oracle 10g: Java Programming

SELF-STUDY. Glossary

CS506 Web Programming and Development Solved Subjective Questions With Reference For Final Term Lecture No 1

ANDROID SYLLABUS. Advanced Android

VALLIAMMAI ENGINEERING COLLEGE

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.

20 Most Important Java Programming Interview Questions. Powered by

AN ISO 9001:2008 CERTIFIED COMPANY ADVANCED. Java TRAINING.

CS Internet programming Unit- I Part - A 1 Define Java. 2. What is a Class? 3. What is an Object? 4. What is an Instance?

Transcription:

Java SE Introduction to Java JDK JRE Discussion of Java features and OOPS Concepts Installation of Netbeans IDE Datatypes primitive data types non-primitive data types Variable declaration Operators Control flow statements Command line arguments Passing command line arguments in Netbeans Take input and display output Arrays and Enhanced for loop OOPS programming class and object various types of constructors instance methods and static methods use of this keyword use of super keyword inheritance polymorphism package and various scope rules abstract class and interfaces use of static, final keyword inner class anonymous class anonymous inner class

Exception handling try, catch, finally, throw, throws checked exception unchecked exception String Handling mutable string immutable string String, StringBuilder, and StringBuffer Important Methods in the String Class IO (Input and Output) byte stream character stream Working with Files and Directories bridge classes Object Serialization

Working with Date class Generics and Collections List, Set, Map, Queue interface and its implementing classes Utility classes Wrapper classes Enums, Autoboxing, Unboxing and Annotations Multithreading programming Thread class Runnable interface Synchronization Fork/join framework GUI programming Difference between CUI and GUI Swing (various components and containers) Event handling Layout manager Applet through JApplet Drawing MDI (Multiple document interface) Develop GUI using Netbeans Drag n drop feature JDBC (Java database connectivity) Type of drivers Basics of SQL executing SQL using statement executing SQL using preparedstatement Socket programming RMI (Remote method invocation) XML programming in Java Send email from Java application using JavaMail API Use web service in Java application Generate HTTP request from Java application OpenJDK

Project Android History and platform-independence. Introduction to Java,JSE,JEE,JME,Web services,other technologies. JVM,JRE and JDK Simple Java Program Structure Documentation section Package statement Import statement Interface statement Class definition Main class method Creating, compling and running program Command Line argument Object Orientation Classes: Introduction, Definition, Field, Methods. Objects: Concept, Creation, Accessing Members. Constructors: Types, Overloading. Static Members Java Beans: Concept, getters and setters. Inheritance: Subclassing, Constructor chain, Method Overriding. Final: Class, Variable, Methods. Abstract: Classes,Methods. Varargs Methods Visibility Controls. Interfaces: Defining, Extending, Implementing Package: naming, creating, accessing, usage.

Understanding IS-A,HAS-A Relationship Polymorphism, Encapsulation, Abstraction, Inheritance Arrays: Declaration,creation,initialization,1-D,2-D,n-D String: Methods, Immutable Objects, Regex, tostring(), StringBuilder, StringBuffer. Enumerations and Annotations JVM: Java Heap, Stack, Garbage collection, hashcode(),equals(). Wapper Classes and Static Imports Socket Programming Exception Handling: Throwble, Errors, Exceptions, try catch... finally, throws, Exception classes. Multithreading: Thread creation by extending Thread and implementing Runnable, Life cycle, Thread Exceptions, Priorities, Synchronisation. IO: Stream Classes, Byte Stream, CharacterStream, File Handling, IO Exceptions, Serialization. Generics: Concept, Generic Methods and Classes. Inner Classes: Method-local inner classes, Annonymous inner classes, Static nested classes. Collection: Set, List, Map, Collection Interface, Collections class, Sorted-Unsorted, Order- Unordered, Queue, Autoboxing with collections, Comparable Interface Event Handling with Swings. Introduction to Android Programming Android OS Architecture Dalvik Virtual Machine Android SDK Android Development Tools(ADT) Android Virtual Devices(AVD) Activities Activity Life cycle Style and Themes Activity Title Dialog Windows

Progress Dialog Intents Linking activities using intents Filter Collision Intent Object and usage. Calling built-in application. Intent object Intent filters Notifications Displaying notifications Fragments Life cycle Adding fragments Dynamically Fragment Interaction User Interface Views and ViewGroups Layouts-Linear,Absolute,Table,Relative,Frame Scroll View Display Orientation Managing Screen Orientation Action Bar Programatically creating UI Listening to UI Notifications Basic Views TextView,Button,ImageButton,EditText,CheckBox,ToggleButton,RadioButton,RadioGroup,P rogressbar View, AutoCompleteTextView View Picker View-TimePicker and DatePicker ListView and Spinner View Specialized Fragments

Image Views Gallery and ImageView ImageSwitcher GridView Menus Helper methods Options Menu Context Menu Additional Views-AnalogClock,DigitalClock,Web View Persisting Data Saving and Loading Preferences Saving data to files Creating and Using Databases Content Providers Data sharing Using a content provider. Creating content provider. Messaging SMS Messaging Sending Email Location Based Services Displaying Maps Location data Monitoring Location

Networking Consuming Web Service via HTTP. Consuming JSON Services. Socket programming Android Service Development Creating service Services communication Activity and Service binding. Understanding Threading. Publishing Android Application Preparing application for publishing. Deploying APK Files.