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 is tostring () method?
What is the base class of all exception classes in java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Are arrays dynamic in java?
What is OOPS Concept?
What is busy spin, and why should you use it?
What is t type java?
Difference between final and effectively final ?
Difference between String and String Buffer?
What are the parameters used in Connection pooling?
Which arithmetic operations can result in the throwing of an arithmeticexception?
What is a arraylist in java?