posted 24 years ago
The answers are:
50)B and D
56)C
60)D
Explanations:
50)The question is to draw a rectangle with a single method call so e) is wrong.
56)repaint(),update(),paint() is the correct sequence.
60)raf.seek( raf.length() );
This will put the file pointer after the last charcter of the file.
Alk