loading

notes projects solutions papers notes
Home About Classes Blog Ask a Doubt → Watch on YouTube

Learn. Code. Grow.

The ISC Java Blog

Articles on Java programming, exam strategies and concept deep-dives — written for school students.

Nested Loops
Loops

Nested Loops & Pattern Programs: Master the Most Asked Questions

Triangle, diamond and hourglass patterns with a visual step-by-step walkthrough.

March 22, 20256 min read
Arrays in Java
Arrays

Arrays in Java: Single & Multi-Dimensional with Solved Programs

Declare, initialise and manipulate arrays — complete with solved ISC exam problems.

March 10, 20257 min read
Strings in Java
Strings

String Methods Every ICSE Student Should Know

length(), charAt(), substring(), indexOf(), toUpperCase() and more — with examples.

Feb 28, 20255 min read
Inheritance in Java
ISC Class 11

Inheritance in Java: super, extends and Method Overriding

A clear walkthrough of single and multilevel inheritance with full code examples.

Feb 15, 20259 min read
Exam Tips
Exam Tips

How to Write Perfect Java Programs in Your ICSE Board Exam

Formatting tips, common mistakes to avoid, and the examiner's expectations — all in one guide.

Jan 30, 20254 min read
Data Types in Java
Java Basics

Understanding Data Types, Variables and Type Casting in Java

int, float, char, boolean — when to use each, and how implicit vs explicit casting works.

Jan 12, 20256 min read
Nested Loops
OOP

Polymorphism Explained: Overloading vs Overriding

Clear examples of compile-time and runtime polymorphism for ICSE/ISC exams.

Jan 5, 20257 min read
Arrays in Java
File Handling

FileReader and BufferedReader in Java

Reading text files line by line — a must-know for ISC Class 12.

Dec 18, 20245 min read
Recursion
Recursion

Recursion Made Simple: Base Cases and Stack Frames

Understand how recursion works with factorial, Fibonacci and binary search examples.

Dec 2, 20248 min read
Inheritance in Java
Inheritance

Understanding Inheritance in Java

Learn how to create child classes that inherit properties and methods from parent classes.

Nov 15, 20246 min read
Exam Tips
Study Tips

How to Prepare for Computer Applications Board Exam

Time management, important chapters, and revision strategies.

Oct 30, 20245 min read
Data Types in Java
Data Types

Understanding Data Types in Java

Learn about primitive and reference data types in Java.

Oct 10, 20249 min read

Got a question about a concept?

Ask your doubt directly

If a blog didn't answer your question, send it directly to get a personalised answer.

Ask a Doubt →
YouTube