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 |
How to avoid memory leak in java?
Can a static class have a constructor?
how does the run() method in runnable work? : Java thread
using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
Do we need to manually write Copy Constructor?
What is the difference between serializable and externalizable interfaces?
Is age discrete or continuous?
Can we create more than one object singleton class?
What are streams in java 8?
how can we use the servlet as standalone apllication?should we need to extend any class?
What is difference between compatible and incompatible changes in serialization?
What is meant by Servelet? What are the parameters of service method?