Difference between canvas class & graphics class?
The Canvas class is a base class for writing applications
that need to handle low-level events and to issue graphics
calls for drawing to the display. Game applications will
likely make heavy use of the Canvas class. From an
application development perspective, the Canvas class is
interchangeable with standard Screen classes, so an
application may mix and match Canvas with high-level screens
as needed. For example, a List screen may be used to select
the track for a racing game, and a Canvas subclass would
implement the actual game.
The Graphics class provides the framework for all graphics
operations within the AWT. It plays two different, but
related, roles. First, it is the graphics context. The
graphics context is information that will affect drawing
operations. This includes the background and foreground
colors, the font, and the location and dimensions of the
clipping rectangle
| Is This Answer Correct ? | 13 Yes | 1 No |
How can I debug the Java security exceptions and AccessControlExceptions?
Explain throw keyword in java?
Why is method overloading not possible by changing the return type in java?
What is an abstract method in java programming?
What is the difference between conversation & casting?
What is get () in java?
How many threads can java run?
List types of storage classes in java?
Can you access the private method from outside the class?
What is an class?
write the hierarchy of component class?
Which programming language is best in future?