import java.io.*;
import java.util.Scanner;
class D
{
public static void main(String[] args) throws Exception{
try
{
File f= new File("C:\\Users\\HP\\Desktop\\poco");
Scanner sc= new Scanner(f);
while(sc.hasNextLine())
{
System.out.println(sc.hasNextLine());
System.out.println(sc.nextLine());
System.out.println(sc.hasNextLine());
}
}
catch(Exception e)
{
System.out.println("handled");
}
}
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter