By fifthposition
via cacoethes.co.uk
Published: Mar 02 2010 / 07:53
Creating objects in Java is easy with the new keyword. In fact, it’s one of those things that you don’t think about. Need to access a file? Just create a new File instance: new File("build.properties"). For most Java developers, that’s all they need to know. Life becomes more interesting, though, when you start working with multiple class loaders.
Add your comment
Voters For This Link (20)
-
fifthposition -
aalmiray -
mswatcher -
biehl -
smashingwebs -
beric -
rv49649 -
jodastephen -
hartsock -
puredanger -
Loiane -
davidmckinnon -
daveklein -
rsmaniak -
fixxer -
pt93903 -
Hardcoded -
mavroprovato -
hemera -
zak89


