What is the specification of ?CODEBASE? in an applet?
Answer Posted / niranjanravi
When the applet class file is not in the same directory
codebase is used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by polymorphism?
What is anagram number?
What are different data structures in java?
What is the major difference between linkedlist and arraylist?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is java life cycle?
Can a java program have 2 main methods?
What is a line separator in java?
What is locale?
Write a function to print Fibonacci series and Tribonacci series?
How do you replace a string in java?
Can a method inside a interface be declared as final?
What's the purpose of using break in each case of switch statement?
Explain the term virtual machine?
What is lambda in java?