SlideShare a Scribd company logo
Java seminar
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
Java seminar
Java seminar
Java seminar
Java seminar
Java seminar
Java seminar
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

PPSX
Introduction of java
PPT
Java features
DOC
Grade 8: Introduction To Java
PPTX
Java seminar
PPTX
computer science JAVA ppt
PDF
A seminar report on core java
DOCX
Java and its features
PPSX
Basic OOPS concept for Core JAVA
Introduction of java
Java features
Grade 8: Introduction To Java
Java seminar
computer science JAVA ppt
A seminar report on core java
Java and its features
Basic OOPS concept for Core JAVA

What's hot (20)

PPS
Introduction to Java
PPTX
Training on Core java | PPT Presentation | Shravan Sanidhya
PPTX
Java PPT
PPT
Java for C++ programers
ODP
Basic of Java
PDF
Introduction to Java Programming Language
PPT
Object-Oriented Concepts
PPTX
Introduction to Java -unit-1
PPT
Java buzzwords
PPTX
Important features of java
DOCX
Industrial Training report on java
PPTX
Core java
PPT
INTRODUCTION TO JAVA APPLICATION
PPTX
Java Tokens
PDF
Learn java in hindi
PPT
00 intro to java
PDF
Genesis and Overview of Java
PDF
String class
PPTX
Features of java
Introduction to Java
Training on Core java | PPT Presentation | Shravan Sanidhya
Java PPT
Java for C++ programers
Basic of Java
Introduction to Java Programming Language
Object-Oriented Concepts
Introduction to Java -unit-1
Java buzzwords
Important features of java
Industrial Training report on java
Core java
INTRODUCTION TO JAVA APPLICATION
Java Tokens
Learn java in hindi
00 intro to java
Genesis and Overview of Java
String class
Features of java
Ad

Similar to Java seminar (20)

PPTX
Java
Β 
PDF
Introduction to Java Programming
PPT
L1 basics
PPTX
1 Introduction to JAVA.pptx
PPTX
introduction to object orinted programming through java
PPTX
Java 2 computer science.pptx
PPTX
java basics concepts and the keywords needed
PPT
Introduction to Core Java feature and its characteristics
PPT
Core Java Slides
PPT
JavaClassPresentation
PPTX
Java (1)
PPT
PPTX
Getting Started with JAVA
PDF
0f0cef_1dac552af56c4338ab0672859199e693.pdf
PPTX
Introduction to JAVA
PPTX
Introduction to JAVA
PPT
Basics-Of-Java
PPTX
Chapter 1 java
PPTX
Chapter 1 (1).pptx
Java
Β 
Introduction to Java Programming
L1 basics
1 Introduction to JAVA.pptx
introduction to object orinted programming through java
Java 2 computer science.pptx
java basics concepts and the keywords needed
Introduction to Core Java feature and its characteristics
Core Java Slides
JavaClassPresentation
Java (1)
Getting Started with JAVA
0f0cef_1dac552af56c4338ab0672859199e693.pdf
Introduction to JAVA
Introduction to JAVA
Basics-Of-Java
Chapter 1 java
Chapter 1 (1).pptx
Ad

Recently uploaded (20)

PDF
Unit-1 introduction to cyber security discuss about how to secure a system
PPTX
Introduction to Information and Communication Technology
PPTX
Digital Literacy And Online Safety on internet
PDF
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
PPTX
innovation process that make everything different.pptx
PPT
tcp ip networks nd ip layering assotred slides
PDF
Vigrab.top – Online Tool for Downloading and Converting Social Media Videos a...
PDF
Testing WebRTC applications at scale.pdf
PPTX
PptxGenJS_Demo_Chart_20250317130215833.pptx
PPTX
introduction about ICD -10 & ICD-11 ppt.pptx
PPTX
Introduction about ICD -10 and ICD11 on 5.8.25.pptx
PDF
Paper PDF World Game (s) Great Redesign.pdf
PPTX
522797556-Unit-2-Temperature-measurement-1-1.pptx
PPTX
artificial intelligence overview of it and more
PPTX
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
PPTX
Internet___Basics___Styled_ presentation
PPTX
Funds Management Learning Material for Beg
PDF
RPKI Status Update, presented by Makito Lay at IDNOG 10
Β 
PDF
The Internet -By the Numbers, Sri Lanka Edition
Β 
PDF
πŸ’° π”πŠπ“πˆ πŠπ„πŒπ„ππ€ππ†π€π πŠπˆππ„π‘πŸ’πƒ π‡π€π‘πˆ 𝐈𝐍𝐈 πŸπŸŽπŸπŸ“ πŸ’°
Β 
Unit-1 introduction to cyber security discuss about how to secure a system
Introduction to Information and Communication Technology
Digital Literacy And Online Safety on internet
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
innovation process that make everything different.pptx
tcp ip networks nd ip layering assotred slides
Vigrab.top – Online Tool for Downloading and Converting Social Media Videos a...
Testing WebRTC applications at scale.pdf
PptxGenJS_Demo_Chart_20250317130215833.pptx
introduction about ICD -10 & ICD-11 ppt.pptx
Introduction about ICD -10 and ICD11 on 5.8.25.pptx
Paper PDF World Game (s) Great Redesign.pdf
522797556-Unit-2-Temperature-measurement-1-1.pptx
artificial intelligence overview of it and more
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
Internet___Basics___Styled_ presentation
Funds Management Learning Material for Beg
RPKI Status Update, presented by Makito Lay at IDNOG 10
Β 
The Internet -By the Numbers, Sri Lanka Edition
Β 
πŸ’° π”πŠπ“πˆ πŠπ„πŒπ„ππ€ππ†π€π πŠπˆππ„π‘πŸ’πƒ π‡π€π‘πˆ 𝐈𝐍𝐈 πŸπŸŽπŸπŸ“ πŸ’°
Β 

Java seminar

  • 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
  • 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