class B { public static void main(String args[]) { System.out.print(Integer.toHexString(Integer.MIN_VALUE)+","); System.out.print(Integer.toHexString(Integer.MAX_VALUE)); } }
hey Chris ... what are the offered answers? ... you see, i have heard that, even though AWT is not being tested, there may be a question which references AWT in passing, but the actual question is about something else.