SlideShare une entreprise Scribd logo
1  sur  12
Télécharger pour lire hors ligne
Info@monstercourses.com                                www.monstercourses.com




                               JAVA/ J2EE Course Outline

Introduction

Programming language Types and Paradigms.

Computer Programming Hierarchy.

How Computer Architecture Affects a Language ?

Why Java ?

Flavors of Java.

Java Designing Goal.

Role of Java Programmer in Industry.

Features of Java Language.

JVM –The heart of Java

Java’s Magic Bytecode

Language Fundamentals



The Java Environment:

Installing Java.

Java Program Development

Java Source File Structure

Compilation

Executions.




                                                       www.monstercourses.com
Info@monstercourses.com                           www.monstercourses.com



Basic Language Elements:

Lexical Tokens, Identifiers

Keywords, Literals, Comments

Primitive Datatypes,Operators

Assignments.

Object Oriented Programming

Class Fundamentals.

Object & Object reference.

Object Life time & Garbage Collection.

Creating and Operating Objects.

Constructor & initialization code block.

Access Control, Modifiers, methods

Nested , Inner Class &Anonymous Classes

Abstract Class & Interfaces

Defining Methods, Argument Passing Mechanism

Method Overloading, Recursion.

Dealing with Static Members. Finalize() Method.

Native Method. Use of “this “ reference.

Use of Modifiers with Classes & Methods.

Design of Accessors and Mutator Methods

Cloning Objects, shallow and deep cloning

Generic Class Types

Syllabus


                                                  www.monstercourses.com
Info@monstercourses.com                          www.monstercourses.com


3 Extending Classes and Inheritance

Use and Benefits of Inheritance in OOP

Types of Inheritance in Java

Inheriting Data Members and Methods

Role of Constructors in inheritance

Overriding Super Class Methods.

Use of “super”.

Polymorphism in inheritance.

Type Compatibility and Conversion

Implementing interfaces.

Package

Organizing Classes and Interfaces in Packages.

Package as Access Protection

Defining Package.

CLASSPATH Setting for Packages.

Making JAR Files for Library Packages

Import and Static Import

Naming Convention For Packages

Exception Handling:

The Idea behind Exception

Exceptions & Errors

Types of Exception

Control Flow In Exceptions



                                                 www.monstercourses.com
Info@monstercourses.com                                        www.monstercourses.com


JVM reaction to Exceptions

Use of try, catch, finally, throw, throws in Exception Handling.

In-built and User Defined Exceptions

Checked and Un-Checked Exceptions

Array & String :

Defining an Array

Initializing & Accessing Array

Multi –Dimensional Array

Operation on String

Mutable & Immutable String

Using Collection Bases Loop for String

Tokenizing a String

Creating Strings using StringBuffer



Thread:

Understanding Threads

Needs of Multi-Threaded Programming.

Thread Life-Cycle

Thread Priorities

Synchronizing Threads
Inter Communication of Threads

Critical Factor in Thread -DeadLock

4 Applet

Applet & Application


                                                               www.monstercourses.com
Info@monstercourses.com                           www.monstercourses.com


Applet Architecture.

Parameters to Applet

Embedding Applets in Web page.

Applet Security Policies

A Collection of Useful Classes

Utility Methods for Arrays

Observable and Observer Objects

Date & Times

Using Scanner

Regular Expression

Input/Output Operation in Java(java.io Package)

Streams and the new I/O Capabilities

Understanding Streams

The Classes for Input and Output

The Standard Streams

Working with File Object

File I/O Basics

Reading and Writing to Files

Buffer and Buffer Management

Read/Write Operations with File Channel

Serializing Objects

GUI Programming

Designing Graphical User Interfaces in Java



                                                  www.monstercourses.com
Info@monstercourses.com                         www.monstercourses.com


Components and Containers

Basics of Components

Using Containers

Layout Managers

AWT Componets

Adding a Menu to Window

Extending GUI Features Using Swing Components

Java Utilities (java.util Package)


The Collection Framework :

Collections of Objects

Collection Types

Sets

Sequence

Map

Understanding Hashing

Use of ArrayList & Vector

5 Event Handling

Event-Driven Programming in Java

Event- Handling Process

Event-Handling Mechanism

The Delegation Model of Event Handling

Event Classes

Event Sources


                                                www.monstercourses.com
Info@monstercourses.com                                   www.monstercourses.com


Event Listeners

Adapter Classes as Helper Classes in Event Handling

Anonymous Inner classes a Short –cut to Event Handling

Avoiding Deadlocks in GUI Code

Event Types & Classes

Networking Programming

Networking Basics

Client-Server Architecture

Socket Overview

Networking Classes and Interfaces

Network Protocols

Developing Networking Applications in Java

DataBase Programming using JDBC

Introduction to JDBC

JDBC Drivers & Architecture

CURD operation Using JDBC

Connecting to non-conventional Databases

J2EE Syllabus

Advance JDBC Programming:

Overview of Database Driver Architecture

Introduction to JDBC Standard Extension API (javax.sql)

Connection Pooling

JDBC Programming with ORACLE, MYSQL, etc.



                                                          www.monstercourses.com
Info@monstercourses.com                             www.monstercourses.com


Batch Processing

Connecting to non-conventional databases

Use of Excel API

Database cashing (case study with HSDB,CSQL)

Working with Multiple Databases

Handling SQL escape syntax

Calling SQL functions, Database stored procedures

Dealing with Database Metadata

Handling Binary Data (Operation on Image File)

Type mapping & SQL3 Data types



Introduction to J2EE

J2EE Overview

Why J2EE?

J2EE Architecture

J2EE APIs

J2EE Containers

Java Server Technologies

Servlet

Web Application Basics.

Architecture and challenges of Web Application.

Introduction to servlet

Servlet life cycle



                                                    www.monstercourses.com
Info@monstercourses.com                        www.monstercourses.com


Developing and Deploying Servlets

Exploring Deployment Descriptor (web.xml).

Handling Request and Response

Initializing a Servlet

Accessing Database

Servlet Chaining

Session Tracking & Management

Dealing with cookies

Transferring Request

Accessing Web Context

Passing INIT and CONTEXT Parameter

Sharing information using scope object

Controlling concurrent access

User Authentication

Filtering Request and Response

Programming Filter

Filter Mapping

Servlet Listeners

Java Server Pages Technology:

Basic JSP Architecture

Life Cycle of JSP (Translation, compilation)

JSP Tags and Expressions

Role of JSP in MVC-2



                                               www.monstercourses.com
Info@monstercourses.com                 www.monstercourses.com


JSP with Database

JSP Implicit Objects

Tag Libraries

JSP Expression Language (EL)

Using Custom Tag

JSP Capabilities:

Exception Handling

Session Management

Directives

JSP with Java Bean

RMI (Remote Method Invocation)

RMI overview

RMI architecture

Example demonstrating RMI

Enterprise JAVA Beans

Enterprise Bean overview

Types of enterprise beans

Advantages of enterprise beans

The Life Cycles of Enterprise Beans

Working with Session Beans

Statefull vs. Stateless Session Beans

Working with Entity Beans

Message Driven Beans



                                        www.monstercourses.com
Info@monstercourses.com                       www.monstercourses.com


JNDI (Java Naming and Directory Interface)

JNDI overview

JNDI API

Context operations

Using JNDI in J2EE applications

2 J2EE Syllabus

Struts Framework:


What is Struts?

Struts Architecture

Struts classes – ActionForward, ActionForm,

ActionServlet, Action classes

Understanding struts-config.xml

Understanding Action Mappings

Struts flow with an example application

Struts Tiles Framework.

Struts Validation Framework

Internationalizing Struts Application

Struts with Message Resources

Awareness to Other J2EE Technologies:
Java Mail

JTA

Web Services

JMS



                                              www.monstercourses.com
Info@monstercourses.com   www.monstercourses.com


ANT

Log4J

JSF

Hibernate

Spring Framework

Design Pattern




                          www.monstercourses.com

Contenu connexe

Dernier

Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 

Dernier (20)

Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 

En vedette

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

En vedette (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Java online training,Core java online training @ monstercourses

  • 1. Info@monstercourses.com www.monstercourses.com JAVA/ J2EE Course Outline Introduction Programming language Types and Paradigms. Computer Programming Hierarchy. How Computer Architecture Affects a Language ? Why Java ? Flavors of Java. Java Designing Goal. Role of Java Programmer in Industry. Features of Java Language. JVM –The heart of Java Java’s Magic Bytecode Language Fundamentals The Java Environment: Installing Java. Java Program Development Java Source File Structure Compilation Executions. www.monstercourses.com
  • 2. Info@monstercourses.com www.monstercourses.com Basic Language Elements: Lexical Tokens, Identifiers Keywords, Literals, Comments Primitive Datatypes,Operators Assignments. Object Oriented Programming Class Fundamentals. Object & Object reference. Object Life time & Garbage Collection. Creating and Operating Objects. Constructor & initialization code block. Access Control, Modifiers, methods Nested , Inner Class &Anonymous Classes Abstract Class & Interfaces Defining Methods, Argument Passing Mechanism Method Overloading, Recursion. Dealing with Static Members. Finalize() Method. Native Method. Use of “this “ reference. Use of Modifiers with Classes & Methods. Design of Accessors and Mutator Methods Cloning Objects, shallow and deep cloning Generic Class Types Syllabus www.monstercourses.com
  • 3. Info@monstercourses.com www.monstercourses.com 3 Extending Classes and Inheritance Use and Benefits of Inheritance in OOP Types of Inheritance in Java Inheriting Data Members and Methods Role of Constructors in inheritance Overriding Super Class Methods. Use of “super”. Polymorphism in inheritance. Type Compatibility and Conversion Implementing interfaces. Package Organizing Classes and Interfaces in Packages. Package as Access Protection Defining Package. CLASSPATH Setting for Packages. Making JAR Files for Library Packages Import and Static Import Naming Convention For Packages Exception Handling: The Idea behind Exception Exceptions & Errors Types of Exception Control Flow In Exceptions www.monstercourses.com
  • 4. Info@monstercourses.com www.monstercourses.com JVM reaction to Exceptions Use of try, catch, finally, throw, throws in Exception Handling. In-built and User Defined Exceptions Checked and Un-Checked Exceptions Array & String : Defining an Array Initializing & Accessing Array Multi –Dimensional Array Operation on String Mutable & Immutable String Using Collection Bases Loop for String Tokenizing a String Creating Strings using StringBuffer Thread: Understanding Threads Needs of Multi-Threaded Programming. Thread Life-Cycle Thread Priorities Synchronizing Threads Inter Communication of Threads Critical Factor in Thread -DeadLock 4 Applet Applet & Application www.monstercourses.com
  • 5. Info@monstercourses.com www.monstercourses.com Applet Architecture. Parameters to Applet Embedding Applets in Web page. Applet Security Policies A Collection of Useful Classes Utility Methods for Arrays Observable and Observer Objects Date & Times Using Scanner Regular Expression Input/Output Operation in Java(java.io Package) Streams and the new I/O Capabilities Understanding Streams The Classes for Input and Output The Standard Streams Working with File Object File I/O Basics Reading and Writing to Files Buffer and Buffer Management Read/Write Operations with File Channel Serializing Objects GUI Programming Designing Graphical User Interfaces in Java www.monstercourses.com
  • 6. Info@monstercourses.com www.monstercourses.com Components and Containers Basics of Components Using Containers Layout Managers AWT Componets Adding a Menu to Window Extending GUI Features Using Swing Components Java Utilities (java.util Package) The Collection Framework : Collections of Objects Collection Types Sets Sequence Map Understanding Hashing Use of ArrayList & Vector 5 Event Handling Event-Driven Programming in Java Event- Handling Process Event-Handling Mechanism The Delegation Model of Event Handling Event Classes Event Sources www.monstercourses.com
  • 7. Info@monstercourses.com www.monstercourses.com Event Listeners Adapter Classes as Helper Classes in Event Handling Anonymous Inner classes a Short –cut to Event Handling Avoiding Deadlocks in GUI Code Event Types & Classes Networking Programming Networking Basics Client-Server Architecture Socket Overview Networking Classes and Interfaces Network Protocols Developing Networking Applications in Java DataBase Programming using JDBC Introduction to JDBC JDBC Drivers & Architecture CURD operation Using JDBC Connecting to non-conventional Databases J2EE Syllabus Advance JDBC Programming: Overview of Database Driver Architecture Introduction to JDBC Standard Extension API (javax.sql) Connection Pooling JDBC Programming with ORACLE, MYSQL, etc. www.monstercourses.com
  • 8. Info@monstercourses.com www.monstercourses.com Batch Processing Connecting to non-conventional databases Use of Excel API Database cashing (case study with HSDB,CSQL) Working with Multiple Databases Handling SQL escape syntax Calling SQL functions, Database stored procedures Dealing with Database Metadata Handling Binary Data (Operation on Image File) Type mapping & SQL3 Data types Introduction to J2EE J2EE Overview Why J2EE? J2EE Architecture J2EE APIs J2EE Containers Java Server Technologies Servlet Web Application Basics. Architecture and challenges of Web Application. Introduction to servlet Servlet life cycle www.monstercourses.com
  • 9. Info@monstercourses.com www.monstercourses.com Developing and Deploying Servlets Exploring Deployment Descriptor (web.xml). Handling Request and Response Initializing a Servlet Accessing Database Servlet Chaining Session Tracking & Management Dealing with cookies Transferring Request Accessing Web Context Passing INIT and CONTEXT Parameter Sharing information using scope object Controlling concurrent access User Authentication Filtering Request and Response Programming Filter Filter Mapping Servlet Listeners Java Server Pages Technology: Basic JSP Architecture Life Cycle of JSP (Translation, compilation) JSP Tags and Expressions Role of JSP in MVC-2 www.monstercourses.com
  • 10. Info@monstercourses.com www.monstercourses.com JSP with Database JSP Implicit Objects Tag Libraries JSP Expression Language (EL) Using Custom Tag JSP Capabilities: Exception Handling Session Management Directives JSP with Java Bean RMI (Remote Method Invocation) RMI overview RMI architecture Example demonstrating RMI Enterprise JAVA Beans Enterprise Bean overview Types of enterprise beans Advantages of enterprise beans The Life Cycles of Enterprise Beans Working with Session Beans Statefull vs. Stateless Session Beans Working with Entity Beans Message Driven Beans www.monstercourses.com
  • 11. Info@monstercourses.com www.monstercourses.com JNDI (Java Naming and Directory Interface) JNDI overview JNDI API Context operations Using JNDI in J2EE applications 2 J2EE Syllabus Struts Framework: What is Struts? Struts Architecture Struts classes – ActionForward, ActionForm, ActionServlet, Action classes Understanding struts-config.xml Understanding Action Mappings Struts flow with an example application Struts Tiles Framework. Struts Validation Framework Internationalizing Struts Application Struts with Message Resources Awareness to Other J2EE Technologies: Java Mail JTA Web Services JMS www.monstercourses.com
  • 12. Info@monstercourses.com www.monstercourses.com ANT Log4J JSF Hibernate Spring Framework Design Pattern www.monstercourses.com