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 |
What is a class loader? What are the different class loaders used by jvm?
What value does read() return when it has reached the end of a file?
What are the design considerations while making a choice between using interface and abstract class?
What is a task?s priority?
how do you Handle Front End Application data against DB with example?
0 Answers Campus Interaction, HCL,
JMS based on what technology?
Do we need to override service() method
What is checkpoint? How to create checkpoints in our java projects?
To make an object to begin executing as a separate thread, what method is used?
What are the various thread priorities?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
Why DOM Parser would take more Memory than SAX parser while they are parsing?