65) When a thread is created and started, what is its initial
state?
A thread is in the ready state after it has been created and started.
66) Can an anonymous class be declared as implementing
an interface and extending a class?
An anonymous class may implement an interface or extend a superclass, but may not be
declared to do both.
67) What is the range of the short type?
The range of the short type is -(2^15) to 2^15 - 1.
68) What is the range of the char type?
The range of the char type is 0 to 2^16 - 1.
69) In which package are most of the AWT events that
support the event-delegation model defined?
Most of the AWT-related events of the event-delegation model are defined in the
java.awt.event package. The AWTEvent class is defined in the java.awt package.
Do'stlaringiz bilan baham: