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 do you mean by hashing?
What is the purpose of void?
What does the “static” keyword mean? Can you override private or static method in java?
Why stringbuilder is not thread safe in java?
What is null mean in java?
what is meant wrapper classes?
Is there a sort function in java?
Can we have multiple public classes in a java source file?
What is the default value of an object reference declared as an instance variable?
What is main in java?
what is static import in java? Explain
What is collection sort in java?