Perl Data::Dumper for Java
In Perl, if you want to display the contents of a data structure in a human readable format you can use the great Data::Dumper module. In PHP there is the var_dump() function. But what to do in Java? [Read more...]
In Perl, if you want to display the contents of a data structure in a human readable format you can use the great Data::Dumper module. In PHP there is the var_dump() function. But what to do in Java? [Read more...]