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 r advatages of websphere? & how to deploy?
What is an object class?
What string is utf8?
What is bufferedwriter?
Why does java have two ways to create child threads? Which way is better?
What are wrapped classes in java programming?
What are the files generated after using IDL to java compiler?
What is the difference between a synchronized method and a synchronized block?
Which all r Final classes in java except string?
What causes memory leaks in java?
Is it compulsory to have atleast one abstract method in abstract class?
I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?