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

Similar documents
Java Training For Six Weeks

FOR BEGINNERS 3 MONTHS

OBJECT ORIENTED DATA STRUCTURE & ALGORITHMS

JAVA+UI CURRICULUM J2SE (JAVA 2 STANDARD EDITION)

CURRICULUM J2SE (JAVA 2 STANDARD EDITION)

CURRICULUM J2SE (JAVA 2 STANDARD EDITION)

.NET 4.6 MICROSOFT CURRICULUM MICROSOFT.NET 2015 (4.6)

PHP CURRICULUM 6 WEEKS

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

CORE PHP CURRICULUM. Introductory Session Web Architecture Overview of PHP Platform Origins of PHP in the open source community

PHP + ANGULAR4 CURRICULUM 6 WEEKS

ABOUT CORE JAVA COURSE SCOPE:

Introduction to DWH / BI Concepts

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

JAVA. Duration: 2 Months

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

JAVA. 1. Introduction to JAVA

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

COURSE DETAILS: CORE AND ADVANCE JAVA Core Java

SCIENCE. An Introduction to Python Brief History Why Python Where to use

MCITP CURRICULUM Windows 7

Complete Java Contents

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

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

MANUAL+ SELENIUM CURRICULUM

Call: Core&Advanced Java Springframeworks Course Content:35-40hours Course Outline

Java J Course Outline

JAVA Training Overview (For Demo Classes Call Us )

SQL+PL/SQL. Introduction to SQL

USPs BOOKS & CDS CORE JAVA ANDROID WITH KOTLIN CORE JAVA, ANDROID WITH KOTLIN. Android. Java APPLICATION DEVELOPMENT TRAINING PROGRAM

JAVA & J2EE UNIT -1 INTRODUCTION

DIPLOMA IN HARDWARE NETWORKING CURRICULUM FUNDAMENTALS OF COMPUTER APPLICATION. Generations of Computer. Block Diagram of a Computer.

(Installation, Storage, and Compute with Windows Server 2016)

DIGITAL MARKETING CURRICULUM. Overview of Digital Marketing. Website Creation. Search Engine Optimization

/ / JAVA TRAINING

MULTIMEDIA AND ANIMATION

LTBP INDUSTRIAL TRAINING INSTITUTE

J2EE Technologies. Industrial Training

Core Java SYLLABUS COVERAGE SYLLABUS IN DETAILS

JAVA 2 ENTERPRISE EDITION (J2EE)

Java SE7 Fundamentals

Page 1

ORACLE DEV 11G CURRICULUM. Introduction to SQL

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

SAS CURRICULUM. BASE SAS Introduction

Java Training JAVA. Introduction of Java

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

COURSE SYLLABUS. Complete JAVA. Industrial Training (3 MONTHS) PH : , Vazhoor Road Changanacherry-01.

JAVA SYLLABUS FOR 6 WEEKS

A- Core Java Audience Prerequisites Approach Objectives 1. Introduction

CORE JAVA& ANDROID SYLLABUS

WEB DESIGNING CURRICULUM

3. Course Outlines: Specific Objectives Contents Teaching Hours understand the basic concept of java programing. 1. Introduction to Java Language

Java COURSE CURRICULUM C/C++ JAVA (CORE/ADVANCE/SPRING/STRUTS/HIBERNATE)

1. Implementation of Inheritance with objects, methods. 2. Implementing Interface in a simple java class. 3. To create java class with polymorphism

MARS AREA SCHOOL DISTRICT Curriculum TECHNOLOGY EDUCATION

Introduction to Web Application Development Using JEE, Frameworks, Web Services and AJAX

Advanced Java Programming

MIS CURRICULUM. Advanced Excel Course - Working with Templates Designing the structure of a template Using templates for standardization of worksheets

Full Stack Java Developer Course

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

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

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

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

JAVA SYLLABUS FOR 6 MONTHS

Course Content for Java J2EE

SCHEME OF COURSE WORK

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

15CS45 : OBJECT ORIENTED CONCEPTS

LTBP INDUSTRIAL TRAINING INSTITUTE

Android. Training.

Syllabus- Java + Android. Java Fundamentals

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

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

Call: JSP Spring Hibernate Webservice Course Content:35-40hours Course Outline

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

CORE JAVA TRAINING COURSE CONTENT

Java Programming. Price $ (inc GST)

Required Core Java for Android application development

Learn Java/J2EE Basic to Advance level by Swadeep Mohanty

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

Struts: Struts 1.x. Introduction. Enterprise Application

Object Oriented Programming with Java. Unit-1

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...

1 OBJECT-ORIENTED PROGRAMMING 1

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

Courses For Event Java Advanced Summer Training 2018

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

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

Core Java Syllabus DAY -1 :

IT6503 WEB PROGRAMMING. Unit-I

PESIT Bangalore South Campus

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

.NET-6Weeks Project Based Training

CORE JAVA 1. INTRODUCATION

DOT NET COURSE BROCHURE

Core JAVA Training Syllabus FEE: RS. 8000/-

UNIT -I PART-A Q.No Question Competence BTL

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

EMBEDDED. Systems. C Preprocessor Macros with Arguments Macro Versus Function Directive Conditional Directive

Transcription:

JAVA+ANDROID CURRICULUM 6 WEEKS INTRODUCTION TO JAVA Understanding Requirement: Why Java Why Java is important to the Internet JAVA on LINUX Platform INTRODUCTION TO JAVA VIRTUAL MACHINE Java Virtual Machine Architecture Class loading process by Classloaders Role of Just in Time Compiler (JIT) Execution on Engine AN OVERVIEW OF JAVA AND BUZZWORDS Data Types, Variables ad Arrays Operators Control statements Object oriented Paradigms Abstraction The Three OOP Principles (Encapsulation, Inheritance and Polymorphism) JAVA CLASSES AND OOP IMPLEMENTATION Class Fundamentals Command Line Arguments Learning static initializer Declaration on of Objects Instance Variable Hiding Overloading and Overriding of Methods Understanding of Access Controls: Private, Public and Protected Learning Nested and Inner Classes Dynamic method Dispatching Using Abstract Classes Using final to prevent Overriding & Inheritance Garbage Collection PACKAGES AND INTERFACES Defining a Package Understanding CLASSPATH Access Protection Importing Packages Defining and implementing an Interface Abstract classes Vs Interfaces Genrics Annotations

Vargs For Each EXCEPTION HANDLING Fundamentals of exception on handling Types of exceptions Learning exception handlers Try and catch Multiple catch clauses Nested try statements Throw, throws and finally STRING HANDLING Learning String Operations Learning Character Extraction Learning String Comparison Understanding of StringBuffer Class WINDOWS PROGRAMMING Swing Introduction to JFC Controls Event Delegation Model Event Classes Event Listeners Applet Applet Basics Architecture and Skelton Simple Applet Display Methods The HTML Applet Tag INTRODUCTION TO EVENT HANDLING Event Delegation Model Event Classes Event Listeners Adapter Classes MULTITHREADED PROGRAMMING The Java Thread Model Creating a Thread: Extending Thread, Implementing Runnable Creating Multiple Threads and Context Switching Synchronization: Methods and Statement Interthread Communication MANAGING INPUT AND OUTPUT IN JAVA Introduction to I/O streams File Handling Binary Streams Character Streams Data Streams Serialization NETWORKING Introduction to Networking URL, InetAddress Socket and Server Socket Datagram Socket COLLECTION API Collection Overview

The Collection Interfaces (List, Set, SortedSet) The Collection Classes (ArrayList, LinkedList, HashSet, TreeSet) Accessing a Collection via an Iterator Working with Maps J2EE (JAVA 2 ENTERPRISE EDITION) INTRODUCTION TO JAVA Introduction to J2EE Architecture Tier Architecture Single Tier Two Tier Three Tier N Tier J2EE COMPONENTS Web Components Business Components J2EE CONTAINERS Container Types Container Services JDBC Introduction to JDBC JDBC Drivers Statements Metadata Scrollable & Updatable ResultSet Batch Updates JAVA SERVLET Introduction to Web Programming Advantages of Servlets Servlet Lifecycle Packing and Deployment Session Tracking Request Dispatching JAVA SERVER PAGES (JSP) JSP Architecture JSP Elements JSP Objects Custom Tags Ajax XMLHTTP Request Ready State Onreadystate Change ResponseText ResponseXML Status JQUERY Jquery with Ajax Jquery Event Jquery Selectors JSON

RMI Distributed Applications RMI Architecture Implementation JAVA Mail API Utilities My Eclipse 8.0 Net Beans 6.5 Web Server Apache Tomcat 6.0 Application Server Bea's Web logic 10.3 Introduction to Framework Spring Hibernate ANDROID APPLICATION DEVELOPMENT OBJECTIVE Introduction to Android What is Android Applications in Android Open Handset Alliance Android Layers and their Work How to Properly Install Android SDK on Your Windows Install Android SDK in Windows How to create first android mobile app Create Android Application Android Views Buttons and their properties EditText Attributes CheckBox A Custom View Radio Button Introduction to Services in Android An introduction to Text-To-Speech in Android Android: Speech To Text Android camera application Bluetooth Wifi DATABASE PROJECT (EMPLIZONE) Company Client relationship and product management Project Snapshots HISTORY OF ANDROID, ANDROID STRUCTURE AND WORKING TECHNOLOGY Android OS Architecture Android OS version SDK installation for Android App sound base Android process Architecture Android Application components.

ANDROID VIEWS What are Views View and XML Relations Views connection with the widgets Activity methods and connections Layout In flators, views and View Group ANDROID UI DESIGNING & SERVICES Views UI Design Fragment and UI Relation, view Reusability and off loading work from main thread. Services Structure and its Introduction Unbinded and Binded Services with examples Approaches for Binding a services INTENT In text Introduction Types of Intent with Examples Accessing Recognizer Intent (Speech to Text) Accessing Implict Intent (camera services) Callback Implicit Intent Methods for service data capture Services interaction- Text to speech Wifi-service (Managers) Bluetooth Adapter What is Fragement Multipane & Singlepane Fragment life cycle Addition of Fragments Fragment Working UI DATABASE Introduction on to types of Database Sqlite Database Introduction on Sqlite Open Helper and Sqlite Database classes work Cursor Opera on and classes Cursor Methods CRUD Operations Database full Structure Partners : Java www.facebook.com/ducateducation NOIDA A-43 & A-52, Sector-16, Noida - 201301, (U.P.) INDIA Ph. : 0120-4646464 Mb. : 09871055180 GURGAON 1808/2, 2nd floor old DLF, Near Honda Showroom, Sec.-14, Gurgaon (Haryana) Ph. : 0124-4219095-96-97-98 Mb. : 09873477222-333 GREATER NOIDA F 205 Neelkanth Plaza Alpha 1 commercial Belt Opposite to Alpha Metro Station Greater Noida Ph. : 0120-4345190-91-92 to 97 Mb. :09899909738, 09899913475 GHAZIABAD 1, Anand Industrial Estate, Near ITS College, Mohan Nagar, Ghaziabad (U.P.) Ph.: 0120-4835400...98-99 Mb. : 09810831363 / 9818106660 : 08802288258-59-60 FARIDABAD SCO-32, 1st Floor, Sec.-16, Faridabad (HARYANA) Ph. : 0129-4150605-09 Mb. : 09811612707