SlideShare a Scribd company logo
With Java
& Me => Md. Taiseen Azam
So, What Is An Object Oriented Programming!
It’s not a programming language but set of Pre-defined rule’s / protocol.
So, what kind of rule’s / protocol!
Why Java! Because -
So in which Position , We are working with it!!!
Programming Language Hierarchy
Programming
Language
Low level
Language
Machine Level
Language
( 0 & 1 )
Assembly Level
Language
( ADD, SUB, HOLT )
High Level
Language
AI,
C++ , Java, PHP ect
Java Working Process
• It’s work in 5 Phase’s.
• Editor
• Compiler
• Class Loader
• Byte-code Verifier
• Interpreter
Little Path About Java
Introduction
1) History of programming Language
2) Binary Object / Computer Language
3) Importance of programing
4) Programming language hierarchy
5) Tools Required For java
6) 1st platform starting
7) Some bunch line of code for introduction
8) About Translator
9) Little talk about Processers Processing Power!
10) FAQ
Study object
1) About Java SE 6 ( SL-275-SE6 )
2) Complier Knowledge / IDE - - - ( Platforms )
3) Memory + Variable Knowledge
4) Keyword’s / Token / Identifiers
5) Data types & how to proper use those by Naming Convention
6) Member Variables type – Fig
7) Local variable, Global / Instance variable, Parameter variable
8) Add 2 variable & keep that result to another variable & print
9) FAQ
Statement start with full syntax
1) Full structure for a complete syntax with input & output statement
2) Condition statement / Control Flow Statement
3) If / (if else) / else
4) Switch condition
5) Try – catch block
6) Let’s create some real life problem & solve those
7) FAQ
Statement start with full syntax
1) What is Array?
2) Array definition
3) Using of array & it’s kind of
4) 1 & 2 dimensional array
5) Some little rules for Matrix using or multiplication
6) Little homework depend up on understanding prospective
7) FAQ
Statement start with full syntax
1) What is Loop?
2) Kind of loop’s
3) Loop kind details lecture
4) Loop Operation ( condition )
5) Brake, continue, Iteration!!!
6) Let’s play a logical game with Loop’s
7) FAQ
Statement start with full syntax
1) Method Definition
2) Method Using in a program
3) Type of Method’s
4) Method calling & return with argument’s
5) Method overloading
6) Ambiguous Method overloading
7) Some Library function’s
8) Input – output full operation with new problem
9) FAQ
Thread
1) Describe & Define a thread
2) Create separate threads in Java program & manipulate it
3) Use wait & notify to communicate between threads
4) Little Project
5) FAQ
Statement start with full syntax
1) What is OOP & why it is!
2) Understand Class & Object concept
3) Declaring Object in a Class & access it
4) Little Project
5) FAQ
Real Life Simple Project
1) Problem identification
2) System Analyses
3) Input & output
4) Algorithm
5) Flow chart
6) FAQ
OOP Department
1) Constructor
2) Constructor Overloading
3) Parameterized Constructors
4) FAQ
Variable Scope & Static Variable
1) Details about instance, local & parameters variable
2) Details about Static variable
3) Concept of ( this ) & why it’s so important
4) This Keyword
5) Little project by – this
6) FAQ
Static Methods
1) Details about static method
2) Why main() is static
3) public static void main( String [ ] java ) <=== Full Explanation
4) FAQ
Inheritance
1) Concept behind Inheritance
2) What is Super / Base & Sub / Drive class
3) Concept of Super class Method
4) Concept of Super class Constructer
5) Concept of Super class Reference variable
6) Concept of Super class Typecasting
7) Using of – instance-of operator
8) FAQ
Polymorphism
1) Concept of this Polymorphism
2) Dynamic Method Dispatch
3) Little Project
4) FAQ
Abstract
1) Concept of Abstract Classes
2) Abstract class example & working process with Project
3) FAQ
Interfaces
1) Concept of Interface
2) Using of Interface
3) Concept of Interface Polymorphism
4) Importance of this.
5) Little project
6) FAQ
Final Keyword & etc so on……
1) Concept of final keywords
2) Importance of this.
3) What is package & how to use it
4) FAQ
Java GUI using swing API
1) Describe the JFC swing technology
2) Identify swing packages
3) Examine component, layout manager
4) Building a GUI using swing components
5) FAQ
GUI Base application
1) Describe how to construct a menu, menu bar & item in GUI
2) Understand how to change the color & font of a component
3) FAQ
Networking
1) Develop code to set up the network connection
2) Understand TCP / IP
3) Use Server Socket & Socket classes to implement TCP / IP clients & servers
4) FAQ
Some Options are Depend Upon Situation’s,
To Be Unlocked!
!END!

More Related Content

What's hot

MULTI THREADING IN JAVA
MULTI THREADING IN JAVAMULTI THREADING IN JAVA
MULTI THREADING IN JAVAVINOTH R
 
Introduction to Java Programming, Basic Structure, variables Data type, input...
Introduction to Java Programming, Basic Structure, variables Data type, input...Introduction to Java Programming, Basic Structure, variables Data type, input...
Introduction to Java Programming, Basic Structure, variables Data type, input...Mr. Akaash
 
Java Arrays
Java ArraysJava Arrays
Java ArraysOXUS 20
 
C# Tutorial
C# Tutorial C# Tutorial
C# Tutorial Jm Ramos
 
Training on Core java | PPT Presentation | Shravan Sanidhya
Training on Core java | PPT Presentation | Shravan SanidhyaTraining on Core java | PPT Presentation | Shravan Sanidhya
Training on Core java | PPT Presentation | Shravan SanidhyaShravan Sanidhya
 
Basics of JAVA programming
Basics of JAVA programmingBasics of JAVA programming
Basics of JAVA programmingElizabeth Thomas
 
Control structures in java
Control structures in javaControl structures in java
Control structures in javaVINOTH R
 
Constructor in java
Constructor in javaConstructor in java
Constructor in javaHitesh Kumar
 
Java programming lab manual
Java programming lab manualJava programming lab manual
Java programming lab manualsameer farooq
 
Java string handling
Java string handlingJava string handling
Java string handlingSalman Khan
 
Java Presentation
Java PresentationJava Presentation
Java Presentationpm2214
 

What's hot (20)

MULTI THREADING IN JAVA
MULTI THREADING IN JAVAMULTI THREADING IN JAVA
MULTI THREADING IN JAVA
 
Introduction to Java Programming, Basic Structure, variables Data type, input...
Introduction to Java Programming, Basic Structure, variables Data type, input...Introduction to Java Programming, Basic Structure, variables Data type, input...
Introduction to Java Programming, Basic Structure, variables Data type, input...
 
History of java'
History of java'History of java'
History of java'
 
core java
core javacore java
core java
 
Java Arrays
Java ArraysJava Arrays
Java Arrays
 
Methods in Java
Methods in JavaMethods in Java
Methods in Java
 
C# Tutorial
C# Tutorial C# Tutorial
C# Tutorial
 
Training on Core java | PPT Presentation | Shravan Sanidhya
Training on Core java | PPT Presentation | Shravan SanidhyaTraining on Core java | PPT Presentation | Shravan Sanidhya
Training on Core java | PPT Presentation | Shravan Sanidhya
 
Basics of JAVA programming
Basics of JAVA programmingBasics of JAVA programming
Basics of JAVA programming
 
Arrays in Java
Arrays in JavaArrays in Java
Arrays in Java
 
Control structures in java
Control structures in javaControl structures in java
Control structures in java
 
Constructor in java
Constructor in javaConstructor in java
Constructor in java
 
Java
JavaJava
Java
 
Java programming lab manual
Java programming lab manualJava programming lab manual
Java programming lab manual
 
Java string handling
Java string handlingJava string handling
Java string handling
 
Java platform
Java platformJava platform
Java platform
 
Java Presentation
Java PresentationJava Presentation
Java Presentation
 
OOP java
OOP javaOOP java
OOP java
 
Java threads
Java threadsJava threads
Java threads
 
Introduction to Java
Introduction to JavaIntroduction to Java
Introduction to Java
 

Similar to Java presentation

best java training center in chennai
best java training center in chennaibest java training center in chennai
best java training center in chennaisathis est
 
Probable questions for semester exam
Probable questions for semester examProbable questions for semester exam
Probable questions for semester examKuntal Bhowmick
 
What are the different java interview questions you need to know?
What are the different java interview questions you need to know?What are the different java interview questions you need to know?
What are the different java interview questions you need to know?kanchanmahajan23
 
What are the different java interview questions you need to know?
What are the different java interview questions you need to know?What are the different java interview questions you need to know?
What are the different java interview questions you need to know?kanchanmahajan23
 
JAVA VIVA QUESTIONS_CODERS LODGE.pdf
JAVA VIVA QUESTIONS_CODERS LODGE.pdfJAVA VIVA QUESTIONS_CODERS LODGE.pdf
JAVA VIVA QUESTIONS_CODERS LODGE.pdfnofakeNews
 
1.17 Thread in java.pptx
1.17 Thread in java.pptx1.17 Thread in java.pptx
1.17 Thread in java.pptxTREXSHyNE
 
Java Programming Environment,JDK,JRE,JVM.pptx
Java Programming Environment,JDK,JRE,JVM.pptxJava Programming Environment,JDK,JRE,JVM.pptx
Java Programming Environment,JDK,JRE,JVM.pptxsonalipatil225940
 
Textual programming in key stage 3
Textual programming in key stage 3Textual programming in key stage 3
Textual programming in key stage 3eaglestone
 
Spring Framework 4.0 to 4.1
Spring Framework 4.0 to 4.1Spring Framework 4.0 to 4.1
Spring Framework 4.0 to 4.1Sam Brannen
 
1) What is your background programming with Java2) What are the J.pdf
1) What is your background programming with Java2) What are the J.pdf1) What is your background programming with Java2) What are the J.pdf
1) What is your background programming with Java2) What are the J.pdffckindswear
 
Class test 1 sample questions
Class test 1 sample questionsClass test 1 sample questions
Class test 1 sample questionsKuntal Bhowmick
 
Core java training centre in adyar
Core java training centre in adyarCore java training centre in adyar
Core java training centre in adyarsasikalaD3
 
Core java training centre in adyar
Core java training centre in adyarCore java training centre in adyar
Core java training centre in adyarsasikalaD3
 

Similar to Java presentation (20)

Java interview question
Java interview questionJava interview question
Java interview question
 
best java training center in chennai
best java training center in chennaibest java training center in chennai
best java training center in chennai
 
Probable questions for semester exam
Probable questions for semester examProbable questions for semester exam
Probable questions for semester exam
 
What are the different java interview questions you need to know?
What are the different java interview questions you need to know?What are the different java interview questions you need to know?
What are the different java interview questions you need to know?
 
What are the different java interview questions you need to know?
What are the different java interview questions you need to know?What are the different java interview questions you need to know?
What are the different java interview questions you need to know?
 
Java
Java Java
Java
 
Assignement 4
Assignement 4Assignement 4
Assignement 4
 
java slides
java slidesjava slides
java slides
 
JAVA VIVA QUESTIONS_CODERS LODGE.pdf
JAVA VIVA QUESTIONS_CODERS LODGE.pdfJAVA VIVA QUESTIONS_CODERS LODGE.pdf
JAVA VIVA QUESTIONS_CODERS LODGE.pdf
 
1.17 Thread in java.pptx
1.17 Thread in java.pptx1.17 Thread in java.pptx
1.17 Thread in java.pptx
 
Java Programming Environment,JDK,JRE,JVM.pptx
Java Programming Environment,JDK,JRE,JVM.pptxJava Programming Environment,JDK,JRE,JVM.pptx
Java Programming Environment,JDK,JRE,JVM.pptx
 
Textual programming in key stage 3
Textual programming in key stage 3Textual programming in key stage 3
Textual programming in key stage 3
 
Spring Framework 4.0 to 4.1
Spring Framework 4.0 to 4.1Spring Framework 4.0 to 4.1
Spring Framework 4.0 to 4.1
 
1) What is your background programming with Java2) What are the J.pdf
1) What is your background programming with Java2) What are the J.pdf1) What is your background programming with Java2) What are the J.pdf
1) What is your background programming with Java2) What are the J.pdf
 
Cse java
Cse javaCse java
Cse java
 
Class test 1 sample questions
Class test 1 sample questionsClass test 1 sample questions
Class test 1 sample questions
 
Codemotion 2015 spock_workshop
Codemotion 2015 spock_workshopCodemotion 2015 spock_workshop
Codemotion 2015 spock_workshop
 
Search Lucene
Search LuceneSearch Lucene
Search Lucene
 
Core java training centre in adyar
Core java training centre in adyarCore java training centre in adyar
Core java training centre in adyar
 
Core java training centre in adyar
Core java training centre in adyarCore java training centre in adyar
Core java training centre in adyar
 

More from Md. Taiseen Azam

Block Chain Basic Varsity Presentation
Block Chain Basic Varsity Presentation Block Chain Basic Varsity Presentation
Block Chain Basic Varsity Presentation Md. Taiseen Azam
 
Simulation & Modeling about Telephone System
Simulation & Modeling about Telephone SystemSimulation & Modeling about Telephone System
Simulation & Modeling about Telephone SystemMd. Taiseen Azam
 
Presentation of H323 protocol
Presentation of H323 protocolPresentation of H323 protocol
Presentation of H323 protocolMd. Taiseen Azam
 
Depression analysis system using eeg
Depression analysis system using eeg Depression analysis system using eeg
Depression analysis system using eeg Md. Taiseen Azam
 
Welcome to linux base distribution!
Welcome to linux base distribution!Welcome to linux base distribution!
Welcome to linux base distribution!Md. Taiseen Azam
 

More from Md. Taiseen Azam (9)

Network teaming
Network teamingNetwork teaming
Network teaming
 
Block Chain Basic Varsity Presentation
Block Chain Basic Varsity Presentation Block Chain Basic Varsity Presentation
Block Chain Basic Varsity Presentation
 
Simulation & Modeling about Telephone System
Simulation & Modeling about Telephone SystemSimulation & Modeling about Telephone System
Simulation & Modeling about Telephone System
 
Presentation of H323 protocol
Presentation of H323 protocolPresentation of H323 protocol
Presentation of H323 protocol
 
eCommerce with Amazon
eCommerce with AmazoneCommerce with Amazon
eCommerce with Amazon
 
Sad Presentation
Sad PresentationSad Presentation
Sad Presentation
 
Depression analysis system using eeg
Depression analysis system using eeg Depression analysis system using eeg
Depression analysis system using eeg
 
Welcome to linux base distribution!
Welcome to linux base distribution!Welcome to linux base distribution!
Welcome to linux base distribution!
 
GreenWorld
GreenWorldGreenWorld
GreenWorld
 

Recently uploaded

Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya - UEM Kolkata Quiz Club
 
2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptxmansk2
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePedroFerreira53928
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportAvinash Rai
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesRased Khan
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonSteve Thomason
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleCeline George
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345beazzy04
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersPedroFerreira53928
 
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxCapitolTechU
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptSourabh Kumar
 
Keeping Your Information Safe with Centralized Security Services
Keeping Your Information Safe with Centralized Security ServicesKeeping Your Information Safe with Centralized Security Services
Keeping Your Information Safe with Centralized Security ServicesTechSoup
 
Salient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxSalient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxakshayaramakrishnan21
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resourcesaileywriter
 
How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17Celine George
 
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxJose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxricssacare
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringDenish Jangid
 

Recently uploaded (20)

NCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdfNCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdf
 
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
 
2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
 
Keeping Your Information Safe with Centralized Security Services
Keeping Your Information Safe with Centralized Security ServicesKeeping Your Information Safe with Centralized Security Services
Keeping Your Information Safe with Centralized Security Services
 
Salient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxSalient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptx
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resources
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17
 
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
Operations Management - Book1.p  - Dr. Abdulfatah A. SalemOperations Management - Book1.p  - Dr. Abdulfatah A. Salem
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
 
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxJose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
 

Java presentation

  • 1. With Java & Me => Md. Taiseen Azam
  • 2. So, What Is An Object Oriented Programming! It’s not a programming language but set of Pre-defined rule’s / protocol. So, what kind of rule’s / protocol!
  • 4. So in which Position , We are working with it!!!
  • 5. Programming Language Hierarchy Programming Language Low level Language Machine Level Language ( 0 & 1 ) Assembly Level Language ( ADD, SUB, HOLT ) High Level Language AI, C++ , Java, PHP ect
  • 6. Java Working Process • It’s work in 5 Phase’s. • Editor • Compiler • Class Loader • Byte-code Verifier • Interpreter
  • 8. Introduction 1) History of programming Language 2) Binary Object / Computer Language 3) Importance of programing 4) Programming language hierarchy 5) Tools Required For java 6) 1st platform starting 7) Some bunch line of code for introduction 8) About Translator 9) Little talk about Processers Processing Power! 10) FAQ
  • 9. Study object 1) About Java SE 6 ( SL-275-SE6 ) 2) Complier Knowledge / IDE - - - ( Platforms ) 3) Memory + Variable Knowledge 4) Keyword’s / Token / Identifiers 5) Data types & how to proper use those by Naming Convention 6) Member Variables type – Fig 7) Local variable, Global / Instance variable, Parameter variable 8) Add 2 variable & keep that result to another variable & print 9) FAQ
  • 10. Statement start with full syntax 1) Full structure for a complete syntax with input & output statement 2) Condition statement / Control Flow Statement 3) If / (if else) / else 4) Switch condition 5) Try – catch block 6) Let’s create some real life problem & solve those 7) FAQ
  • 11. Statement start with full syntax 1) What is Array? 2) Array definition 3) Using of array & it’s kind of 4) 1 & 2 dimensional array 5) Some little rules for Matrix using or multiplication 6) Little homework depend up on understanding prospective 7) FAQ
  • 12. Statement start with full syntax 1) What is Loop? 2) Kind of loop’s 3) Loop kind details lecture 4) Loop Operation ( condition ) 5) Brake, continue, Iteration!!! 6) Let’s play a logical game with Loop’s 7) FAQ
  • 13. Statement start with full syntax 1) Method Definition 2) Method Using in a program 3) Type of Method’s 4) Method calling & return with argument’s 5) Method overloading 6) Ambiguous Method overloading 7) Some Library function’s 8) Input – output full operation with new problem 9) FAQ
  • 14. Thread 1) Describe & Define a thread 2) Create separate threads in Java program & manipulate it 3) Use wait & notify to communicate between threads 4) Little Project 5) FAQ
  • 15. Statement start with full syntax 1) What is OOP & why it is! 2) Understand Class & Object concept 3) Declaring Object in a Class & access it 4) Little Project 5) FAQ
  • 16. Real Life Simple Project 1) Problem identification 2) System Analyses 3) Input & output 4) Algorithm 5) Flow chart 6) FAQ
  • 17. OOP Department 1) Constructor 2) Constructor Overloading 3) Parameterized Constructors 4) FAQ
  • 18. Variable Scope & Static Variable 1) Details about instance, local & parameters variable 2) Details about Static variable 3) Concept of ( this ) & why it’s so important 4) This Keyword 5) Little project by – this 6) FAQ
  • 19. Static Methods 1) Details about static method 2) Why main() is static 3) public static void main( String [ ] java ) <=== Full Explanation 4) FAQ
  • 20. Inheritance 1) Concept behind Inheritance 2) What is Super / Base & Sub / Drive class 3) Concept of Super class Method 4) Concept of Super class Constructer 5) Concept of Super class Reference variable 6) Concept of Super class Typecasting 7) Using of – instance-of operator 8) FAQ
  • 21. Polymorphism 1) Concept of this Polymorphism 2) Dynamic Method Dispatch 3) Little Project 4) FAQ
  • 22. Abstract 1) Concept of Abstract Classes 2) Abstract class example & working process with Project 3) FAQ
  • 23. Interfaces 1) Concept of Interface 2) Using of Interface 3) Concept of Interface Polymorphism 4) Importance of this. 5) Little project 6) FAQ
  • 24. Final Keyword & etc so on…… 1) Concept of final keywords 2) Importance of this. 3) What is package & how to use it 4) FAQ
  • 25. Java GUI using swing API 1) Describe the JFC swing technology 2) Identify swing packages 3) Examine component, layout manager 4) Building a GUI using swing components 5) FAQ
  • 26. GUI Base application 1) Describe how to construct a menu, menu bar & item in GUI 2) Understand how to change the color & font of a component 3) FAQ
  • 27. Networking 1) Develop code to set up the network connection 2) Understand TCP / IP 3) Use Server Socket & Socket classes to implement TCP / IP clients & servers 4) FAQ
  • 28. Some Options are Depend Upon Situation’s, To Be Unlocked! !END!