Explain the relationship between the Canvas and Graphics
class?
Answer Posted / amit singh(mca ,niet,grnoida)
relation between Canvas class and Graphics class is that
trugh paint() method Canvas object provides access to a
Graphics object via its paint()
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Are arrays immutable in java?
What do you mean by light weight and heavy weight components?
Can we create an object of static class in java?
Can we use synchronized block for primitives?
Is singleton thread safe in java?
What are reference variables in java?
What is the use of http-tunneling in rmi?
How do you break a loop?
What is object in java?
Explain throw keyword in java?
What is java util concurrentmodificationexception?
Why is stringbuffer not immutable?
What should I import for arraylist in java?
How many bits is a float?
what is the swingutilities.invokelater(runnable) method for? : Java thread