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 types of exceptions?
If your team member writes code with lots of static variables and static methods, will it cause any side effects?
difference between vectorlist and hash
Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
How do we make a class serialize?
Same common question what is Map,Set,HashMap,List????
Can we access the non-final local variable, inside the local inner class?
What is application tier?
How transient variable is different from volatile variable?
What does flagged out mean?
What class allows you to read objects directly from a stream?
What is a double vs float?