Java is a great programming language for kids to learn. It is a powerful, multi-platform programming language used for a number of professional and commercial applications, including every Android app and even the Android operating system itself 1. With Java, kids can learn to make a tic-tac-toe game with a win algorithm, a top-down shooter, or an endless runner. Java has a wide range of libraries and frameworks that can help make coding easier and faster. It allows children to explore their creativity while also building essential problem-solving skills. In addition, Java is highly scalable and has a great performance rate. It is also famous for WORA which stands for “write once, run anywhere.” This cross-platform benefit allows coders to build and run Java programs on multiple different platforms 1. Java is a great foundation for learning other programming languages

Course Syllabus

  • Day 1 (3 hours)
    • JDK setup
    • Coding concepts
    • First taste of java
  • Day 2 (3 hours)
    • Variable
    • Structure
    • Print out
    • If-loop
    • For-loop
  • Day 3 (3 hours)
    • While-loop
    • Calling libraries