CORE JAVA DEVELOPMENT
Data Abstraction
Data Encapsulation
Inheritance
Polymorphism
What is Java?
Features of Java
Compiling and Interpreting Applications
The JDK Directory Structure
JVM Architecture
Setting a Path and Class Path
Simple Program in Java (Compile & Run)
Primitive Data types ,Declarations
Variable Names
Numeric Literals, Character Literals
String, String Literals
Arrays, on-Primitive Data types, the Dot Operator
Expressions
Assignment Operator
Arithmetic Operators
Relational Operators
Logical Operators
Increment and Decrement Operators
Operate-Assign Operators (+=, etc.)
The Conditional Operator
Operator Precedence
Implicit Type Conversions
The Cast Operator
Statements
Conditional (if) Statements
Data types and Variables
Adding an else if
Conditional (switch) Statements
While and do-while Loops
for Loops
Enhanced for Loop
The continue Statement
The break Statement
Methods
Calling Methods
Defining Methods
Method Parameters
Scope
Method with return type
Method with object as parameter
Method with object as return type
Inheritance
Casting
Method Overriding
Polymorphism
Super
The import Statement
Static Imports
Casting
CLASSPATH and Import
Defining Packages
Package Scope
Errors and Runtime Exceptions
Exceptions Overview
Catching Exceptions
The finally Block
Exception Methods
Declaring Exceptions
Defining and Throwing Exceptions
Assertions
File Object
Overview of Streams
Bytes vs. Characters
Input and Output Streams
Different Streams
The Collections Framework
The Set Interface
Set Implementation Classes
·The List Interface
List Implementation Classes
The Map Interface
Map Implementation Classes
Inner Classes
Member Classes
Local Classes
Anonymous Classes
Static Nested Classes
Non-Threaded Applications
Threaded Applications
Creating Threads
Thread States
Runnable Threads
Interrupting Threads
Coordinating Threads
Abstract Classes
Separating Interface and Implementation
UML Interfaces and Realization
Defining Interfaces
Implementing and Extending Interfaces
Object Serialization
Serializable Interface
Serialization API
Object Input Stream and Object Output Stream
The Serialization Engine
Transient Fields
Read Object and Write Object
Externalizable Interface
Using Generics
Type Erasure
Type Boundaries
Wildcards, Generic Methods
Strengths and Weaknesses of Generics
Legacy Code and Generics
Database basics
SQL, MySQL, PostgreSQL-Introduction and overview
What Is the JDBC API?
Driver Types
Two-tier and Three-tier Models
Connection Overview
Transactions
Driver Manager Overview
Statement Overview
Sending Batch Updates
Result Set Overview
Types of Result Sets
CAPSTONE PROJECTS