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 |
Java support what type of parameter passing ?
What is the file type?
What is bytecode in java ?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
State two differences between C and Java.
Can we store variables in local blocks?
Which is easier .net or java?
Which programming language is most secure?
when everything can be done by static block then why do we use main method?.
How to restrict a member of a class from inheriting by its sub classes?
What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?
how to connect two diffrent applet files