What is codebase in applet?
Answers were Sorted based on User's Feedback
Answer / janet
when the applet class file is not in the same
directory ,codebase is used.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / harika.thota001@gmail.com
CODEBASE indicates the path to the directory of the applet class. CODEBASE is used for telling how to find the class file when it is not in the same directory as the web page. Do not use CODE to indicate the path, use CODEBASE.
| Is This Answer Correct ? | 1 Yes | 0 No |
Will the general public have access to the infobus apis?
Difference between sleep and suspend?
What are the states associated in the thread?
What is a session? Can you share a session object between different theads?
How can a dead thread be restarted?
What are the different methods of identifying an object?
How will the struts know which action class to call when you submit a form?
what is catalina in tomcat server.
How substring() method of string class create memory leaks?
What is UniCastRemoteObject and what is its use in RMI?
What is a policy?
why static class in java