All Solved Program and question papers for ICSE, ISC , CBSE and WBCHSE WB Board. Number 1 Programming & Coding classes in West Bengal.
File Handling Java Notes Class 11 ISC
Binary File ------------ For Creating/Storing Information into the file FileOutputStream fout = new FileOutputStream(new File("filename...
-
import java.util.*; class panagram //ISC 2025 Practical Question { //str for storing the sentence String str; panagram() { ...
-
import java.util.Scanner; public class Keypad { public static void main(String args[]) { //Array to hold keystro...
-
Algorithm : 1)Take the last two digits of the year. 2)Divide by 4, discarding any fraction. 3)Add the day of the month. 4)Add the month'...