This feature is used in conjunction with the new try-with-resources feature of Java SE 7.
A and C are incorrect.
A is incorrect because there is no interface named AutoClose.
C is incorrect because the try-with-resources feature does exist with JDK 1.7.
|