public class Main {
public static void main(String[] args) {
A a =null;
try{
a = new A(1);
}catch (IOException e) {
System.out.println(a ==...