What is the difference between getCodeBase and
getDocumentBase methods?
Answer / pradyut
URL getCodeBase()
Gets the base URL.
URL getDocumentBase()
Gets the URL of the document in which the applet is
embedded.
| Is This Answer Correct ? | 17 Yes | 7 No |
What are the drawbacks of reflection?
What are advantages and disadvantages of OOPs?
Which containers use a FlowLayout as their default layout?
can java object be locked down for exclusive use by a given thread? : Java thread
What is an exception in java?
how can you catch multiple exceptions in java?
please send code example of inner classes?
How can you read an integer value from the keyword when the application is runtime in java? example?
What is the difference between and ?
Which sorting is used in arrays sort in java?
Define immutable object?
How to prevent a field from serialization ?