SlideShare a Scribd company logo
1 of 30
About Us
We Alpran Software Pvt. Ltd. (ASPL) are 18 years old institute in the
field of Education & Training .
We have trained more than lakhs of candidates during the period in
University courses, IT/ITeS, Insurance, PMKVY 1.0, PMKVY 2.0 …
Now we have added one more feature with us – HR Consultancy .. .
Few of our renowned partners are TCS Varanasi, Kotak Mahindra,
Whirlpool, Team lease …etc
Courses offered -
Operating System: MS WINDOWS, Red Hat Linux
Programming Languages: C, C++, Java, Android, .Net,PHP,HTML5, JavaScript,
Databases: SQL Server 2008 , Oracle 10g and 11g , MySql
Technologies: .NET Framework 3.5, ASP.NET 3.5, Servlet, JSP, Struts
Tools and Other Utilities: Microsoft Visual Studio.NET, Microsoft Office,
TallyErp9 with GST, AutoCAD, DTP ,
Industrial Training: JAVA, Dot Net, PHP, Android etc..
Skill enhancement: Personality Development and Soft skills
Interview preparation
Introduction to
Java
What we'll cover
 OOPs Concept
 Origin of Java
 Features of Java
 Writing Java Classes
 Calculator program
 Windows application
Object-Oriented Approach
 Class
 Object
 Abstraction
 Encapsulation
 Inheritance
 polymorphism
Object-Oriented Approach
CLASS-
 It is group of object which have common structure and behavior.
 It is blueprint of objects that describes the state, behavior,
identity and responsibility of objects.
OBJECT-
An object is an entity which have a well defined structure and
behavior.
An object has certain characteristics as-
1. State- The state of an object include current value of all its attributes.
2. Behavior:-it is how an object acts and reacts, in term of its state change
and message passing.
3. Identity-it is that property of an object which distinguishes it from all
other objects.
4. Responsibility-it is the role it serves within the system.
Object-Oriented Approach
Abstraction-
 Abstraction is the process of identifying the key aspect of an
entity and ignoring the rest.
 Only those aspect are selected that are important to the
current problem scenario.
Encapsulation-
Encapsulation is mechanism used to hide data, Internal
structure and implementation details of an object.
Object-Oriented Approach
Inheritance -
It is the process by which one object acquire the of
other objects.
Polymorphism-
The word polymorphism combined from two words:
ploy means many and multiple is form. Thus,
polymorphism is the ability to take more than one
form.
Containment-
One object contain another as a parts of its attribute.
About Language
1. Natural Language:-
It is medium of communication through which we can
share our emotions and ideas with each other.
for Ex- Hindi, English etc.
2. Computer Language:-
It provide us medium through which human beings
and machine both communicate with each other.
for Ex- C,C++, Java etc.
Origin of Java
 In early 1960s Many languages were used to develop
Application Software but only for specific purpose for example-
FORTRAN ( FORmula TRANslator ) language was used to
develop application software only for Scientific or engineering
purpose where as COBOL(Common Business Oriented Language)
language was used to develop application software only for
Commercial purpose.
 In those days there was no special language available through
which programmer can developed any purpose related
application software therefore, to overcome this problem
ALGOL-60 Language was developed by International committee
in 1960.
Origin of Java
B ( Ken Thompson 1970 )
History
 Java is a general purpose, object oriented , Simple, Reliable,
portable, secure, platform independent and power full
language.
 It was developed by Sun Microsystem of USA in 1991 and
originally called Oak by James Gosling. Oak was renamed by
java in 1995, due to some legal snags (problem).
 The First version of Java began in 1991, and was written in 18
month at Sun Microsystem . In Fact, It was not even called
JAVA in those days… It was called Oak , and it was internally
used at sun.
 It is a “Case-Sensitive” language therefore it differentiate
between upper case and lower case.
 Java program file extension is “.java”
Java Features
1. Compiled and interpreted.
2. Platform Independent.
3. Portable
4. Multithreaded
5. Simple & Small
6. Object Oriented
Java Feature
 Usually , a computer language is either compiled or
interpreted but JAVA combines both these approaches
thus making a java two stage system.
 First stage Java Compiler translate java source code
instruction to byte code. Byte codes are not a pure
machine code instruction.
 Second stage, Java interpreter generate machine code
that can be directly executed by the machine that is
running the Java Program.
Java Features
 "Write once, run anywhere" (WORA), or sometimes "write
once, run everywhere" (WORE), was a slogan created by Sun
Microsystems to illustrate the cross-platform benefits of the
Java language.
 Platform independent language means once compiled you
can execute the program on any platform (OS + Processor).
 Java Program can be easily moved from one computer to
another, any where any time ,changes in system resources
and upgrade in operating system, processor will not force
any change in java program.
Java Features
 Java insure portability in two ways-
 First Java Compiler generate byte code that can be
implemented on any machine.
 Secondly, the size of primitive data type are machine
independent.
Java Features
Multithreading means handling multiple task simultaneously.
Java support multithreading program.
This means that we can not wait for application to finish on task
before beginning another task
Java Features
Java is a small and simple language many feature of C and C++ are not
part of java.
For ex- Java does not use pointer, preprocessor, header file, goto
statement many other. It eliminates operator overloading , multiple
inheritance.
Java Features
Java is true object oriented programming Language. Almost every
thing in java is object . All program code and data reside within object
and class.
Java is not pure object oriented programming language because it
support primitive data type such as int, byte, long, Boolean etc.
A) Console Program
1) Print hello Java
2) Add any two given number
B) GUI Application
1) Foot Ball Match Score Board
Demo Programs
Love to answer ur
Questions or
Query
ASPL
Java seminar

More Related Content

What's hot (20)

Introduction to Java
Introduction to JavaIntroduction to Java
Introduction to Java
 
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
 
Java PPT
Java PPTJava PPT
Java PPT
 
Java for C++ programers
Java for C++ programersJava for C++ programers
Java for C++ programers
 
Basic of Java
Basic of JavaBasic of Java
Basic of Java
 
Introduction to Java Programming Language
Introduction to Java Programming LanguageIntroduction to Java Programming Language
Introduction to Java Programming Language
 
Object-Oriented Concepts
Object-Oriented ConceptsObject-Oriented Concepts
Object-Oriented Concepts
 
Introduction to Java -unit-1
Introduction to Java -unit-1Introduction to Java -unit-1
Introduction to Java -unit-1
 
Java buzzwords
Java buzzwordsJava buzzwords
Java buzzwords
 
Important features of java
Important features of javaImportant features of java
Important features of java
 
Industrial Training report on java
Industrial  Training report on javaIndustrial  Training report on java
Industrial Training report on java
 
Core java
Core javaCore java
Core java
 
INTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATIONINTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATION
 
Java Tokens
Java  TokensJava  Tokens
Java Tokens
 
Learn java in hindi
Learn java in hindiLearn java in hindi
Learn java in hindi
 
00 intro to java
00 intro to java00 intro to java
00 intro to java
 
Genesis and Overview of Java
Genesis and Overview of Java Genesis and Overview of Java
Genesis and Overview of Java
 
String class
String classString class
String class
 
Java notes
Java notesJava notes
Java notes
 
Features of java
Features of javaFeatures of java
Features of java
 

Similar to Java seminar

Evolution Of Object Oriented Technology
Evolution Of Object Oriented TechnologyEvolution Of Object Oriented Technology
Evolution Of Object Oriented TechnologySharon Roberts
 
Sulthan's_JAVA_Material_for_B.Sc-CS.pdf
Sulthan's_JAVA_Material_for_B.Sc-CS.pdfSulthan's_JAVA_Material_for_B.Sc-CS.pdf
Sulthan's_JAVA_Material_for_B.Sc-CS.pdfSULTHAN BASHA
 
Unit1 introduction to Java
Unit1 introduction to JavaUnit1 introduction to Java
Unit1 introduction to JavaDevaKumari Vijay
 
Introduction to java
Introduction to  javaIntroduction to  java
Introduction to javaKalai Selvi
 
The Concept Of Abstract Data Types
The Concept Of Abstract Data TypesThe Concept Of Abstract Data Types
The Concept Of Abstract Data TypesKaty Allen
 
Computer Science Is The Study Of Principals And How The...
Computer Science Is The Study Of Principals And How The...Computer Science Is The Study Of Principals And How The...
Computer Science Is The Study Of Principals And How The...Laura Martin
 
Elements of Java Language
Elements of Java Language Elements of Java Language
Elements of Java Language Hitesh-Java
 
0f0cef_1dac552af56c4338ab0672859199e693.pdf
0f0cef_1dac552af56c4338ab0672859199e693.pdf0f0cef_1dac552af56c4338ab0672859199e693.pdf
0f0cef_1dac552af56c4338ab0672859199e693.pdfDeepakChaudhriAmbali
 
ICT-DBA4 -05-0811-Apply-Object-Oriented-Programming-Language-Skills.doc
ICT-DBA4 -05-0811-Apply-Object-Oriented-Programming-Language-Skills.docICT-DBA4 -05-0811-Apply-Object-Oriented-Programming-Language-Skills.doc
ICT-DBA4 -05-0811-Apply-Object-Oriented-Programming-Language-Skills.docAmanGunner
 
Session 02 - Elements of Java Language
Session 02 - Elements of Java LanguageSession 02 - Elements of Java Language
Session 02 - Elements of Java LanguagePawanMM
 

Similar to Java seminar (20)

Evolution Of Object Oriented Technology
Evolution Of Object Oriented TechnologyEvolution Of Object Oriented Technology
Evolution Of Object Oriented Technology
 
Sulthan's_JAVA_Material_for_B.Sc-CS.pdf
Sulthan's_JAVA_Material_for_B.Sc-CS.pdfSulthan's_JAVA_Material_for_B.Sc-CS.pdf
Sulthan's_JAVA_Material_for_B.Sc-CS.pdf
 
Java Programming Basics
Java Programming BasicsJava Programming Basics
Java Programming Basics
 
Java
JavaJava
Java
 
Unit1 introduction to Java
Unit1 introduction to JavaUnit1 introduction to Java
Unit1 introduction to Java
 
Java Notes .pdf
Java Notes .pdfJava Notes .pdf
Java Notes .pdf
 
Unit 1
Unit 1Unit 1
Unit 1
 
JAVA
JAVAJAVA
JAVA
 
OOP Java
OOP JavaOOP Java
OOP Java
 
Introduction to java
Introduction to  javaIntroduction to  java
Introduction to java
 
The Concept Of Abstract Data Types
The Concept Of Abstract Data TypesThe Concept Of Abstract Data Types
The Concept Of Abstract Data Types
 
Computer Science Is The Study Of Principals And How The...
Computer Science Is The Study Of Principals And How The...Computer Science Is The Study Of Principals And How The...
Computer Science Is The Study Of Principals And How The...
 
java ppt.pdf
java ppt.pdfjava ppt.pdf
java ppt.pdf
 
Elements of Java Language
Elements of Java Language Elements of Java Language
Elements of Java Language
 
Java1
Java1Java1
Java1
 
Java
Java Java
Java
 
0f0cef_1dac552af56c4338ab0672859199e693.pdf
0f0cef_1dac552af56c4338ab0672859199e693.pdf0f0cef_1dac552af56c4338ab0672859199e693.pdf
0f0cef_1dac552af56c4338ab0672859199e693.pdf
 
ICT-DBA4 -05-0811-Apply-Object-Oriented-Programming-Language-Skills.doc
ICT-DBA4 -05-0811-Apply-Object-Oriented-Programming-Language-Skills.docICT-DBA4 -05-0811-Apply-Object-Oriented-Programming-Language-Skills.doc
ICT-DBA4 -05-0811-Apply-Object-Oriented-Programming-Language-Skills.doc
 
Java_presesntation.ppt
Java_presesntation.pptJava_presesntation.ppt
Java_presesntation.ppt
 
Session 02 - Elements of Java Language
Session 02 - Elements of Java LanguageSession 02 - Elements of Java Language
Session 02 - Elements of Java Language
 

Recently uploaded

Gram Darshan PPT cyber rural in villages of india
Gram Darshan PPT cyber rural  in villages of indiaGram Darshan PPT cyber rural  in villages of india
Gram Darshan PPT cyber rural in villages of indiaimessage0108
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsstephieert
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirtrahman018755
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...aditipandeya
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Roomgirls4nights
 

Recently uploaded (20)

Gram Darshan PPT cyber rural in villages of india
Gram Darshan PPT cyber rural  in villages of indiaGram Darshan PPT cyber rural  in villages of india
Gram Darshan PPT cyber rural in villages of india
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girls
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 

Java seminar

  • 1.
  • 2. About Us We Alpran Software Pvt. Ltd. (ASPL) are 18 years old institute in the field of Education & Training . We have trained more than lakhs of candidates during the period in University courses, IT/ITeS, Insurance, PMKVY 1.0, PMKVY 2.0 … Now we have added one more feature with us – HR Consultancy .. . Few of our renowned partners are TCS Varanasi, Kotak Mahindra, Whirlpool, Team lease …etc
  • 3. Courses offered - Operating System: MS WINDOWS, Red Hat Linux Programming Languages: C, C++, Java, Android, .Net,PHP,HTML5, JavaScript, Databases: SQL Server 2008 , Oracle 10g and 11g , MySql Technologies: .NET Framework 3.5, ASP.NET 3.5, Servlet, JSP, Struts Tools and Other Utilities: Microsoft Visual Studio.NET, Microsoft Office, TallyErp9 with GST, AutoCAD, DTP , Industrial Training: JAVA, Dot Net, PHP, Android etc.. Skill enhancement: Personality Development and Soft skills Interview preparation
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 11. What we'll cover  OOPs Concept  Origin of Java  Features of Java  Writing Java Classes  Calculator program  Windows application
  • 12. Object-Oriented Approach  Class  Object  Abstraction  Encapsulation  Inheritance  polymorphism
  • 13. Object-Oriented Approach CLASS-  It is group of object which have common structure and behavior.  It is blueprint of objects that describes the state, behavior, identity and responsibility of objects. OBJECT- An object is an entity which have a well defined structure and behavior. An object has certain characteristics as- 1. State- The state of an object include current value of all its attributes. 2. Behavior:-it is how an object acts and reacts, in term of its state change and message passing. 3. Identity-it is that property of an object which distinguishes it from all other objects. 4. Responsibility-it is the role it serves within the system.
  • 14. Object-Oriented Approach Abstraction-  Abstraction is the process of identifying the key aspect of an entity and ignoring the rest.  Only those aspect are selected that are important to the current problem scenario. Encapsulation- Encapsulation is mechanism used to hide data, Internal structure and implementation details of an object.
  • 15. Object-Oriented Approach Inheritance - It is the process by which one object acquire the of other objects. Polymorphism- The word polymorphism combined from two words: ploy means many and multiple is form. Thus, polymorphism is the ability to take more than one form. Containment- One object contain another as a parts of its attribute.
  • 16. About Language 1. Natural Language:- It is medium of communication through which we can share our emotions and ideas with each other. for Ex- Hindi, English etc. 2. Computer Language:- It provide us medium through which human beings and machine both communicate with each other. for Ex- C,C++, Java etc.
  • 17. Origin of Java  In early 1960s Many languages were used to develop Application Software but only for specific purpose for example- FORTRAN ( FORmula TRANslator ) language was used to develop application software only for Scientific or engineering purpose where as COBOL(Common Business Oriented Language) language was used to develop application software only for Commercial purpose.  In those days there was no special language available through which programmer can developed any purpose related application software therefore, to overcome this problem ALGOL-60 Language was developed by International committee in 1960.
  • 18. Origin of Java B ( Ken Thompson 1970 )
  • 19. History  Java is a general purpose, object oriented , Simple, Reliable, portable, secure, platform independent and power full language.  It was developed by Sun Microsystem of USA in 1991 and originally called Oak by James Gosling. Oak was renamed by java in 1995, due to some legal snags (problem).  The First version of Java began in 1991, and was written in 18 month at Sun Microsystem . In Fact, It was not even called JAVA in those days… It was called Oak , and it was internally used at sun.  It is a “Case-Sensitive” language therefore it differentiate between upper case and lower case.  Java program file extension is “.java”
  • 20. Java Features 1. Compiled and interpreted. 2. Platform Independent. 3. Portable 4. Multithreaded 5. Simple & Small 6. Object Oriented
  • 21. Java Feature  Usually , a computer language is either compiled or interpreted but JAVA combines both these approaches thus making a java two stage system.  First stage Java Compiler translate java source code instruction to byte code. Byte codes are not a pure machine code instruction.  Second stage, Java interpreter generate machine code that can be directly executed by the machine that is running the Java Program.
  • 22. Java Features  "Write once, run anywhere" (WORA), or sometimes "write once, run everywhere" (WORE), was a slogan created by Sun Microsystems to illustrate the cross-platform benefits of the Java language.  Platform independent language means once compiled you can execute the program on any platform (OS + Processor).  Java Program can be easily moved from one computer to another, any where any time ,changes in system resources and upgrade in operating system, processor will not force any change in java program.
  • 23. Java Features  Java insure portability in two ways-  First Java Compiler generate byte code that can be implemented on any machine.  Secondly, the size of primitive data type are machine independent.
  • 24. Java Features Multithreading means handling multiple task simultaneously. Java support multithreading program. This means that we can not wait for application to finish on task before beginning another task
  • 25. Java Features Java is a small and simple language many feature of C and C++ are not part of java. For ex- Java does not use pointer, preprocessor, header file, goto statement many other. It eliminates operator overloading , multiple inheritance.
  • 26. Java Features Java is true object oriented programming Language. Almost every thing in java is object . All program code and data reside within object and class. Java is not pure object oriented programming language because it support primitive data type such as int, byte, long, Boolean etc.
  • 27. A) Console Program 1) Print hello Java 2) Add any two given number B) GUI Application 1) Foot Ball Match Score Board Demo Programs
  • 28. Love to answer ur Questions or Query
  • 29. ASPL