172) What an I/O filter?
An I/O filter is an object that reads from one stream and writes to another, usually altering
the data in some way as it is passed from one stream to another.
173) If an object is garbage collected, can it become
reachable again?
Once an object is garbage collected, it ceases to exist. It can no longer become reachable
again.
174) What is the Set interface?
The Set interface provides methods for accessing the elements of a finite mathematical set.
Sets do not allow duplicate elements.
175) What classes of exceptions may be thrown by a throw
statement?
A throw statement may throw any expression that may be assigned to the Throwable type.
176) What are E and PI?
E is the base of the natural logarithm and PI is mathematical value pi.
177) Are true and false keywords?
The values true and false are not keywords.
178) What is a void return type?
A void return type indicates that a method does not return a value.
Do'stlaringiz bilan baham: |