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 does sizeof return?
What is the purpose of the strictfp keyword?
Can static methods access instance variables in java?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
Can you have two constructors in java?
What is thread life cycle?
Can You Have Virtual Functions In Java?
Tell me the Importent classes in net package?
How do you sing an Applet ?
What are the advantages of functions?
what is webservices?
Write a program to show whether a graph is a tree or not using adjacency matrix.