2014-01-17 05:32:22 +00:00
|
|
|
Object[] args = {"Rosetta", "Code", "Is", "Awesome,"};
|
2013-04-11 01:07:29 -07:00
|
|
|
printAll(args, "Dude!");//does not print "Rosetta Code Is Awesome, Dude!"
|
|
|
|
|
//instead prints the type and hashcode for args followed by "Dude!"
|