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 synchronization and why is it important?
What is the form of storage space in java?
why static class in java
When is the best time to validate input?
What is the purpose of the notify() method?
difference between HashMap, Hashset and hashTable?
what is domain,give me some brief information about that?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
What is abstract schema?
What is ioc concept?
What are the JSP implicit objects ?
How do you iterate in Hashmap?