+ 2
How to use exception in a thread?
How do i do this in a thread? public class Inpdemo{ public static void main(String args[]) throws java.io.IOException{ int x=(int)System.in.read(); System.out.println(x) ; } }
1 Odpowiedź
How do i do this in a thread? public class Inpdemo{ public static void main(String args[]) throws java.io.IOException{ int x=(int)System.in.read(); System.out.println(x) ; } }