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 |
Are enterprise beans allowed to use thread.sleep()?
What are the different types of exception?
How to determine SGA site?
Explain the difference between object state and behavior?
how can we load a file of a user in the database table?
What is the difference between Process and Threads?
what is the use of Object Factories?
When is the best time to validate input?
What is a thread?
what are RemoteObjects?
If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?
Define aop(assepct oriented programing)?