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 |
how to write a server program and sending the mails to the server using smtp protocol please help me
What is difference between Iterator and for loop
Which Java operator is right associative?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is the difference between the ">>" and " >>>" operators in java?
What is set and get methods in java?
What is the difference between serializable and externalizable interfaces?
System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...
What is the difference between abstract class and interface1? What is an interface?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
Can the interface be final?
What will happen when using pass by reference in java?