Explain the relationship between the Canvas and Graphics
class?
Answer / 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 |
What are the different types of inheritance in java?
How to add and remove nodes in Jtree?
Explain the difference between jdk, jre, and jvm?
Give an example of call be reference significance.
What is lambda programming?
What does method mean?
What is the difference between the prefix and postfix forms of the ++ operator?
Why collection doesn’t extend cloneable and serializable interfaces?
What is an interface in java?
Does java linked list allow duplicates?
What are parameters in a method?
can we write two same methods in outer class and innerclass.