Java Tutorial

Index

  1. About platform
    1. JDK/JRE/JVM
    2. JVM Internals Architecture
    3. JIT
    4. GCTypes
    5. GC algos
    6. JVM Config
  2. Java Core basics
    • Rules for identifiers
    • Auto-conversion
    • Static Keyword in java
    • this and super keyword
    • foreach syntax(enhanced for loop)
  3. Inheritance
    1. Diamond problem
    2. Polymorphism
      1. Static
      2. Dynamic
    3. instanceof keyword
    4. abstract keyword
    5. final keyword
    6. Special note on protected
    7. Access modifiers
  4. Class and interface
    1. Interface
    2. Abstract class vs interface
    3. Inner classes
      1. Instance inner class
      2. Static inner class
      3. method local inner class
    4. Enum
  5. String class
  6. Date-Time Handling (come up with exact method of using it)
  7. day-8 -Collections readme
  8. Collection

Published by

Unknown's avatar

sevanand yadav

software engineer working as web developer having specialization in spring MVC with mysql,hibernate

One thought on “Java Tutorial”

Leave a comment