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 |
If your ui seems to freeze periodically, what might be a likely reason?
Why JDBC has introduced
Can you write Java code for declaration of multiple inheritance in Java ?
Can I run seam with jdk 1.4 and earlier?
If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?
What are the different algorithms used for clustering?
What are the types of scaling?
what is JTA ?
whats is mean by class.forName() whats the return type of class
Where we can write Rmi registry in the code, without having to write it at the command prompt?
explain the flow of struts?
Why is main purpose of XML?