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 |
Explain about version control?
When we should use serialization?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
what is meant by UP& DOWN casting in java?
How strings are created in java?
In Java why we write public static void main(String args[]) why not main()?
46 Answers Aptech, GE Healthcare, Infosys, Microsoft, New Horizon, Practical Viva Questions, TCS, Wipro,
What is the console in java?
can we create object for static class in java
14 Answers IAP Company, IBM, Marlabs, mPortal, TCS,
What is the basically use of finally while we know it is always executed but why?
Advantages of Inheritance in java.
Does list maintain insertion order java?
Difference between overloading and overridding?