java Programming Glossary: vaguely
Java: splitting a comma-separated string but ignoring commas in quotes http://stackoverflow.com/questions/1757065/java-splitting-a-comma-separated-string-but-ignoring-commas-in-quotes string but ignoring commas in quotes I have a string vaguely like this foo bar c qual baz blurb d junk quux syzygy that I..
Circular References in Java http://stackoverflow.com/questions/176745/circular-references-in-java garbage collector may not be able to free these objects I vaguely recall this being an issue in the JVM in the past but I thought..
Where to find source code for java.lang native methods? http://stackoverflow.com/questions/2292629/where-to-find-source-code-for-java-lang-native-methods to find source code for java.lang native methods I'm vaguely familiar with the JNI and I'm curious to see my machine specific..
programatically setting max java heap size http://stackoverflow.com/questions/4789280/programatically-setting-max-java-heap-size it in a new JVM with different command line parameters. I vaguely recall that JVMs from some other vendors do allow some heap..
When should I choose SAX over StAX? http://stackoverflow.com/questions/7521803/when-should-i-choose-sax-over-stax it's easier to use . In the Java tutorial on JAXP StAX is vaguely presented as the middle between DOM and SAX it's easier than..
When do Java generics require <? extends T> instead of <T> and is there any downside of switching? http://stackoverflow.com/questions/897935/when-do-java-generics-require-extends-t-instead-of-t-and-is-there-any-down Why exactly doesn't the current version compile Although I vaguely understand the covariance issues here I certainly couldn't explain..
Static Analysis tool recommendation for Java? [closed] http://stackoverflow.com/questions/97599/static-analysis-tool-recommendation-for-java Analysis tool recommendation for Java closed Being vaguely familiar with the Java world I was googling for a static analysis..
|