Saturday, July 22, 2023

BufferedReader String Example1

 BufferedReader String Example1

import java.io.*;

public class BuffReadStr1 {
    public static void main(String[] args)throws IOException {
      int n=10;
      String s="Sunday";
      System.out.printf("value=%d,%s",n,s);  
    }
}

No comments:

Post a Comment

SD Card vs SSD: What’s Really Happening Inside Your Storage

  We use SD cards in phones and cameras, and SSDs in laptops and PCs, almost without thinking. They both feel similar—fast, silent, and com...