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 |
difference between HashMap, Hashset and hashTable?
Which component handles cluster communication in jboss?
What are different types of layout managers in java.awt package?
What is JNI?
Explain the methods of Naming class, rebind( ) and lookup()?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
How many requests can a server fetch at a time?
What is a modular application? What does module-relative mean?
how to get value in combo for updation?
What are callback interfaces?
which book is better for jdbc ,servlets and jsp
What are the implicit objects?