What is codebase in applet?

Answers were Sorted based on User's Feedback



What is codebase in applet?..

Answer / janet

when the applet class file is not in the same
directory ,codebase is used.

Is This Answer Correct ?    3 Yes 0 No

What is codebase in applet?..

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

Post New Answer

More Advanced Java Interview Questions

What are the different algorithms used for clustering?

0 Answers  


What are various types of class loaders used by jvm?

0 Answers  


What you mean by COM and DCOM?

0 Answers  


How to send a request to garbage collector?

3 Answers  


What is the difference between RMI registry and OS Agent?

0 Answers  






Which class is the immediate superclass of the menucomponent class?

0 Answers  


What are the diff types of exception?

0 Answers  


how convert java file to jar files?

10 Answers   Samsung,


whats is mean by connectionpooling

2 Answers   SolutionNET,


Is multiple try block is possible in single java Application......

3 Answers  


what is the difference between System.out.println and out.println in java

10 Answers   CTS,


What if the static modifier is removed from the signature of the main method?

0 Answers  


Categories