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 |
what is a portable component?
how java is os independent language ?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is Servlet Filter And What does it work?
In real time project when will we use Abstract class. and what are the difference between abstract and interface.
6 Answers DELL, FCS, Polaris, Tanla Solutions, TCS,
What is the use of Semaphore?
Can I map more than one table in a cmp?
JMS based on what technology?
How a component can be placed on Windows?
What is the difference between static and non-static with examples?
How to implement RMI in Java?
Name the eight primitive java types.