Lets have a little chalenge here ok ?
The chalenge is to make the fastest static method wose semantics is just draw a single pixel using the interface:
Graphics.drawPixel(Component c, int x, int y, int color);
Whats your best shot.
;D
PS: The semantics of the method doesn’t say the pixel must be drawn immideatly and that no other methods can be used to complement the operation.