Java

Java

Java is popular programming language, platform and technology. Java is open source. It is class based object oriented programming language. It is intended to let application developers write once run anywhere [WORA], meaning that compiled Java code can run on all platforms that support Java without the need for recompilation. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture.

Core Java

  • Core Java Programming Introduction of Java
  • Data types and Operators
  • Control flow statements
  • OOPs and its application in Java
  • Packages
  • Static
  • Constructor
  • Exception handling
  • Strings
  • Collection framework
  • Generics
  • Input Output
  • Multi threading
  • Inner classes
  • Serialization
  • Access modifiers
  • Debugging Java programs in eclipse