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 is a portable component?

0 Answers  


how java is os independent language ?

3 Answers  


Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

0 Answers  


What is Servlet Filter And What does it work?

1 Answers   TCS,


In real time project when will we use Abstract class. and what are the difference between abstract and interface.

6 Answers   DELL, FCS, Polaris, Tanla Solutions, TCS,


What is the use of Semaphore?

3 Answers  


Can I map more than one table in a cmp?

0 Answers  


JMS based on what technology?

1 Answers  


How a component can be placed on Windows?

0 Answers   Wipro,


What is the difference between static and non-static with examples?

0 Answers   HCL,


How to implement RMI in Java?

0 Answers   TCS,


Name the eight primitive java types.

0 Answers  


Categories