In this video we try to understand why we write String args[ ] in Java. Its importance and how to use it.
Read More »Class 10
Java Program to Sort an Array using Bubble Sort Algorithm
Java program to input an array of integers and sort it using Bubble Sorting Algorithm.
Read More »ICSE 2016 Computer Applications Paper Solved
Download ICSE Computer Applications Question Paper and its Solution. ICSE 2016 Computer Applications Paper Solved
Read More »ICSE 2015 Computer Applications Solution + Examiner’s Comments – From the Council
Solution of ICSE 2015 Computer Applications Paper as provided by the Council for the Indian School Certificate Examinations.
Read More »Java program to check for Pronic Number (Heteromecic Number)
Java program to input a number and check whether it is a pronic number (heteromecic number) or not.
Read More »Java program to check for Harshad Number (Niven Number)
Java program to input a number and check whether it is a Harshad (Niven) Number or not.
Read More »Suggestions for ICSE Computer Applications – Advice from the Council
Important piece of advice shared by the Council for the Indian School Certificate Examinations for students appearing for their ICSE Computer Applications examinations
Read More »ICSE Computer Applications [Sample Paper 8]
This is the 8th Sample/Guess Paper for ICSE Class 10, Computer Applications students appearing for their 2015 ICSE exams and above. Download for Free © www.javaforschool.com
Read More »Program to Remove Duplicate Characters from a Word
Java program to input a word and remove the duplicate characters present in it.
Read More »Java program to find the HCF (GCD) of two numbers
Java program to find the HCF or GCD of two numbers.
Read More »Java Program to check for Disarium Number
Java program to check whether a number is a Disarium number or not.
Read More »Program on Hexadecimal to Decimal Number Conversion
Write a Program in Java to input a number in Hexadecimal number system and convert it into its equivalent number in the Decimal number system.
Read More »