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 DurableSubscription and non- DurableSubscription?
How many times may an objects finalize() method be invoked by the garbage collector?
Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...
What’s jboss jbpm?
What do you need to set-up a cluster with jboss?
In howmany ways a thread can be created?
Why do I get a duplicate name error when loading a jar file?
What restrictions are placed on the location of a package statement within a source code file?
what about static?
How are commas used in the intialization and iteration parts of a for statement?
What are preemptive scheduling and time slicing and what is the difference between them?
what is singleton class? where it mainly used in the projects?