InterviewSolution
Saved Bookmarks
| 1. |
What Is Codebase ? |
|
Answer» Works together with the CODE attribute in the <APPLET> tag to give a complete SPECIFICATION of where to find the main applet class FILE: code specifies the NAME of the file, and CODEBASE specifies the URL of the directory containing the file. Works together with the code attribute in the <APPLET> tag to give a complete specification of where to find the main applet class file: code specifies the name of the file, and codebase specifies the URL of the directory containing the file. |
|