Answer Posted / s.krishna veni
buttons should be declared..
coding to add a button :
Button b1;
b1=new Button("ok");
add(b1);
and after declaring the button..,we should add it to the
applet window..
so that a button is added at run time..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is close method? How it's different from Finalize & Dispose?
What is a superclass?
What is singleton class example?
How would you convert bytes to string?
Is 0 a prime number?
How do you create a sop?
Describe the process as to how substring() methodology mechanisms in java.
In how many ways we can do synchronization in java?
When do we need to use internal iteration? When do we need to use external iteration?
What do you mean by mnemonics?
Explain the significance of listiterator.
What is the difference between import java.util.date and java .util?
What is jrmp?
Explain what are final variable in java?
What are the types of strings?