Applet Interview Question and Answers
13. | When do you use codebase in applets? |
---|---|
When the applet class file is not in the same directory, codebase is used. | |
14. | How does applet recognize the height and width? |
---|---|
Using getParameters() method. | |
15. | Why does it take so much time to access an Applet having Swing components the first time? |
---|---|
|
|
16. | What is the order of method invocation in an Applet? |
---|---|
|
|