SlideShare uma empresa Scribd logo
1 de 11
Introduction To Java 
Represented By 
Shivendra Srivastwa 
APSMIND TECHNOLOGY Pvt Ltd. 
8750475003
Content Module 
 Introduction to java 
 Basic Programming concept 
 OOPs Concept 
 Class and object 
 Encapsulation 
 Inheritance 
 Polymorphism 
Package and Access Modifier.
Contd... 
 Exception Handling 
 Multithreading 
 String Handling 
 Collection 
 Java IO 
 Swing 
 JDBC 
 Project
What is java? 
 Java is an OOPs based Internet Programming 
language. 
 Feature of java. 
 Platform Independent 
 Secured 
 Simple 
 Robust 
 Multithreaded 
 Distributed
OOPs concept 
 Class : it is blue print of own object. We create 
class in java using class keyword. 
 class Student 
 { 
String name = “shivendra srivastwa “; 
 } 
 Object : objects are runtime entities that is used 
to access property of class. We create object using 
“new” keyword. 
 Eg. Student st = new Student();
Encapsulation 
 It is a way to wrap data member and methods in 
single unit. Encapsulation is achieved at the time 
of object creation. 
Data Member 
Methods
Simple java program. 
 class FirstJava 
 { 
public static void main(String arg[]) 
{ 
System.out.println(“Let’s start java programming”); 
} 
 }
Inheritance 
 Extending the Property of Parent class to child class known as 
Inheritance. 
 “extends” keyword is used for inheritance. 
class Parent 
{ 
//member of Parent 
} 
class child extends Parent 
{ 
// member of parent 
// member of child 
} 
Java support only single level , Multilevel and Hierchical 
Inheritance.
Polymorphism 
 One thing in many form known as 
polymorphism. 
 Compile Time Polymorphism(over loading). 
 Run time polymorphism(overriding).
Exception handling 
 Exceptions are unexpected condition that comes at 
the time of program execution. 
 Exception handling is a mechanism by which we can 
handle exception. Java provide five key terms to 
handle exception. 
 1.try{} => is a block in which we write such code that 
have may occur exception. 
 2. catch(Exception e)=> catch the exception thrown by 
try and take appropriate action. 
 3.finally{}=> must be executable block. 
 4.throw=> use to throw explicit exception. 
 5.throws=>use as signboard to notify developer such 
exception occur method.
 To be contd...

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Top 10 Java Interview Questions and Answers 2014
Top 10 Java Interview Questions and Answers 2014 Top 10 Java Interview Questions and Answers 2014
Top 10 Java Interview Questions and Answers 2014
 
Basic Java Programming
Basic Java ProgrammingBasic Java Programming
Basic Java Programming
 
Java programming(unit 1)
Java programming(unit 1)Java programming(unit 1)
Java programming(unit 1)
 
Core Java introduction | Basics | free course
Core Java introduction | Basics | free course Core Java introduction | Basics | free course
Core Java introduction | Basics | free course
 
Java & advanced java
Java & advanced javaJava & advanced java
Java & advanced java
 
Core Java Tutorial
Core Java TutorialCore Java Tutorial
Core Java Tutorial
 
Java platform
Java platformJava platform
Java platform
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to java
 
Object+oriented+programming+in+java
Object+oriented+programming+in+javaObject+oriented+programming+in+java
Object+oriented+programming+in+java
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to java
 
Java programming course for beginners
Java programming course for beginnersJava programming course for beginners
Java programming course for beginners
 
Core Java Tutorial
Core Java TutorialCore Java Tutorial
Core Java Tutorial
 
Core java course syllabus
Core java course syllabusCore java course syllabus
Core java course syllabus
 
Java basic
Java basicJava basic
Java basic
 
Introduction to java
Introduction to java Introduction to java
Introduction to java
 
Java Notes
Java Notes Java Notes
Java Notes
 
Core java
Core java Core java
Core java
 
Core Java Tutorials by Mahika Tutorials
Core Java Tutorials by Mahika TutorialsCore Java Tutorials by Mahika Tutorials
Core Java Tutorials by Mahika Tutorials
 
1 java programming- introduction
1  java programming- introduction1  java programming- introduction
1 java programming- introduction
 
Core Java
Core JavaCore Java
Core Java
 

Destaque (7)

Introduction to java
Introduction to javaIntroduction to java
Introduction to java
 
Oops in c
Oops in cOops in c
Oops in c
 
Introduction to java Programming
Introduction to java ProgrammingIntroduction to java Programming
Introduction to java Programming
 
Introduction to JAVA
Introduction to JAVAIntroduction to JAVA
Introduction to JAVA
 
Introduction to Java Programming
Introduction to Java ProgrammingIntroduction to Java Programming
Introduction to Java Programming
 
Telecommunication november-20163
Telecommunication november-20163Telecommunication november-20163
Telecommunication november-20163
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to java
 

Semelhante a Java training in delhi

Java Faqs useful for freshers and experienced
Java Faqs useful for freshers and experiencedJava Faqs useful for freshers and experienced
Java Faqs useful for freshers and experienced
yearninginjava
 
Top 371 java fa qs useful for freshers and experienced
Top 371 java fa qs useful for freshers and experiencedTop 371 java fa qs useful for freshers and experienced
Top 371 java fa qs useful for freshers and experienced
Gaurav Maheshwari
 

Semelhante a Java training in delhi (20)

Java Faqs useful for freshers and experienced
Java Faqs useful for freshers and experiencedJava Faqs useful for freshers and experienced
Java Faqs useful for freshers and experienced
 
Top 371 java fa qs useful for freshers and experienced
Top 371 java fa qs useful for freshers and experiencedTop 371 java fa qs useful for freshers and experienced
Top 371 java fa qs useful for freshers and experienced
 
Internet and Web Technology (CLASS-15) [JAVA Basics] | NIC/NIELIT Web Technol...
Internet and Web Technology (CLASS-15) [JAVA Basics] | NIC/NIELIT Web Technol...Internet and Web Technology (CLASS-15) [JAVA Basics] | NIC/NIELIT Web Technol...
Internet and Web Technology (CLASS-15) [JAVA Basics] | NIC/NIELIT Web Technol...
 
Java PPT
Java PPTJava PPT
Java PPT
 
Introduction To Java.
Introduction To Java.Introduction To Java.
Introduction To Java.
 
Nitish Chaulagai Java1.pptx
Nitish Chaulagai Java1.pptxNitish Chaulagai Java1.pptx
Nitish Chaulagai Java1.pptx
 
DAY_1.1.pptx
DAY_1.1.pptxDAY_1.1.pptx
DAY_1.1.pptx
 
javaopps concepts
javaopps conceptsjavaopps concepts
javaopps concepts
 
Java ppt
Java pptJava ppt
Java ppt
 
Java interview questions and answers for cognizant By Data Council Pune
Java interview questions and answers for cognizant By Data Council PuneJava interview questions and answers for cognizant By Data Council Pune
Java interview questions and answers for cognizant By Data Council Pune
 
25 java interview questions
25 java interview questions25 java interview questions
25 java interview questions
 
Java Interview Questions
Java Interview QuestionsJava Interview Questions
Java Interview Questions
 
Java OOP s concepts and buzzwords
Java OOP s concepts and buzzwordsJava OOP s concepts and buzzwords
Java OOP s concepts and buzzwords
 
ch4 foohggggvvbbhhhhhhhhhbbbbbbbbbbbbp.pdf
ch4 foohggggvvbbhhhhhhhhhbbbbbbbbbbbbp.pdfch4 foohggggvvbbhhhhhhhhhbbbbbbbbbbbbp.pdf
ch4 foohggggvvbbhhhhhhhhhbbbbbbbbbbbbp.pdf
 
Core_java_ppt.ppt
Core_java_ppt.pptCore_java_ppt.ppt
Core_java_ppt.ppt
 
Java programming material for beginners by Nithin, VVCE, Mysuru
Java programming material for beginners by Nithin, VVCE, MysuruJava programming material for beginners by Nithin, VVCE, Mysuru
Java programming material for beginners by Nithin, VVCE, Mysuru
 
Java essentials for hadoop
Java essentials for hadoopJava essentials for hadoop
Java essentials for hadoop
 
Java essentials for hadoop
Java essentials for hadoopJava essentials for hadoop
Java essentials for hadoop
 
Java basics
Java basicsJava basics
Java basics
 
Advantages of java programming language
Advantages of java programming languageAdvantages of java programming language
Advantages of java programming language
 

Último

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 

Java training in delhi

  • 1. Introduction To Java Represented By Shivendra Srivastwa APSMIND TECHNOLOGY Pvt Ltd. 8750475003
  • 2. Content Module  Introduction to java  Basic Programming concept  OOPs Concept  Class and object  Encapsulation  Inheritance  Polymorphism Package and Access Modifier.
  • 3. Contd...  Exception Handling  Multithreading  String Handling  Collection  Java IO  Swing  JDBC  Project
  • 4. What is java?  Java is an OOPs based Internet Programming language.  Feature of java.  Platform Independent  Secured  Simple  Robust  Multithreaded  Distributed
  • 5. OOPs concept  Class : it is blue print of own object. We create class in java using class keyword.  class Student  { String name = “shivendra srivastwa “;  }  Object : objects are runtime entities that is used to access property of class. We create object using “new” keyword.  Eg. Student st = new Student();
  • 6. Encapsulation  It is a way to wrap data member and methods in single unit. Encapsulation is achieved at the time of object creation. Data Member Methods
  • 7. Simple java program.  class FirstJava  { public static void main(String arg[]) { System.out.println(“Let’s start java programming”); }  }
  • 8. Inheritance  Extending the Property of Parent class to child class known as Inheritance.  “extends” keyword is used for inheritance. class Parent { //member of Parent } class child extends Parent { // member of parent // member of child } Java support only single level , Multilevel and Hierchical Inheritance.
  • 9. Polymorphism  One thing in many form known as polymorphism.  Compile Time Polymorphism(over loading).  Run time polymorphism(overriding).
  • 10. Exception handling  Exceptions are unexpected condition that comes at the time of program execution.  Exception handling is a mechanism by which we can handle exception. Java provide five key terms to handle exception.  1.try{} => is a block in which we write such code that have may occur exception.  2. catch(Exception e)=> catch the exception thrown by try and take appropriate action.  3.finally{}=> must be executable block.  4.throw=> use to throw explicit exception.  5.throws=>use as signboard to notify developer such exception occur method.
  • 11.  To be contd...