Submitted By:
Anshum Kumar
ECE 1
00415007320
Roll no-60
INTRODUCTION OF JAVA
 Java is a programming language and environment
invented by James Gosling and others in 1994.
 Java was originaly named Oak and was developed as a
part of the Green project at the Sun Company.
 Java is an object-oriented programming language with a
built-in application programming interface (API) that
can handle graphics and user interfaces and that can be
used to create applications or applets.
KEY FEATURES OF JAVA
 Plateform Independence
 Encapsulation
 Dynamic binding
 Robust
 Distributed
 Portable
 Performance
 Multithreaded
 Interpreted & Compiler
 Architecture Neutral
JAVA.LANG PACKAGE
JAVA.IO PACKAGE
CREATING A PACKAGE
 Java supports a keyword called “package” for creating
user-defined packages.
 The package statement must be the first statement in a
Java source file (except comments and white spaces)
followed by one or more classes.
Sudoku Solver
Sudoku Solver
CONCLUSIONS
 Java offers the real possibility that most programs can
be written in a type-safe language.
 However, for Java to be broadly useful, it needs to have
more expressive power than it does at present.
Thanks

winter training java .pptx

  • 1.
    Submitted By: Anshum Kumar ECE1 00415007320 Roll no-60
  • 2.
    INTRODUCTION OF JAVA Java is a programming language and environment invented by James Gosling and others in 1994.  Java was originaly named Oak and was developed as a part of the Green project at the Sun Company.  Java is an object-oriented programming language with a built-in application programming interface (API) that can handle graphics and user interfaces and that can be used to create applications or applets.
  • 3.
    KEY FEATURES OFJAVA  Plateform Independence  Encapsulation  Dynamic binding  Robust  Distributed  Portable  Performance  Multithreaded  Interpreted & Compiler  Architecture Neutral
  • 4.
  • 5.
  • 6.
    CREATING A PACKAGE Java supports a keyword called “package” for creating user-defined packages.  The package statement must be the first statement in a Java source file (except comments and white spaces) followed by one or more classes.
  • 7.
  • 8.
  • 9.
    CONCLUSIONS  Java offersthe real possibility that most programs can be written in a type-safe language.  However, for Java to be broadly useful, it needs to have more expressive power than it does at present.
  • 10.

Editor's Notes