| java Programming Glossary: experimentationAre java primitive ints atomic by design or by accident? http://stackoverflow.com/questions/1006655/are-java-primitive-ints-atomic-by-design-or-by-accident  primitive integers int atomic at all for that matter Some experimentation with two threads sharing an int seems to indicate that they.. 
 Executing java code given in a text file http://stackoverflow.com/questions/1057796/executing-java-code-given-in-a-text-file  JavaScript. You can use BeanShell interactively for Java experimentation and debugging as well as to extend your applications in new.. 
 Getting hold of the outer class object from the inner class object http://stackoverflow.com/questions/1816458/getting-hold-of-the-outer-class-object-from-the-inner-class-object  public OuterClass getOuter return OuterClass.this EDIT By experimentation it looks like the field holding the reference to the outer class.. 
 What GC parameters is a JVM running with? http://stackoverflow.com/questions/1880299/what-gc-parameters-is-a-jvm-running-with  see prior question which involves lots of reading and experimentation. Sun Java5 JVMs attempt to automatically select the optimal.. 
 Image Classification Algorithms Using Java http://stackoverflow.com/questions/327856/image-classification-algorithms-using-java  weka in my opinion the best Java library for data mining experimentation. If instead you are looking for algorithms that would allow.. 
 Multiple wildcards on a generic methods makes Java compiler (and me!) very confused http://stackoverflow.com/questions/3546745/multiple-wildcards-on-a-generic-methods-makes-java-compiler-and-me-very-confu  also gives a similar compilation error In fact from my experimentation the only way that the code compiles is if the first argument.. 
 Can I add jars to maven 2 build classpath without installing them? http://stackoverflow.com/questions/364114/can-i-add-jars-to-maven-2-build-classpath-without-installing-them  installing them  Maven2 is driving me crazy during the experimentation quick and dirty mock up phase of development. I have a pom.xml.. 
 Why would both a parent and child class implement the same interface? http://stackoverflow.com/questions/5668429/why-would-both-a-parent-and-child-class-implement-the-same-interface  SoapFacade ... As I understand interfaces and my experimentation has reinforced there is no purpose to having both the parent.. improve this question   As I understand interfaces and my experimentation has reinforced there is no purpose to having both the parent.. 
 JLayeredPane and painting http://stackoverflow.com/questions/9625495/jlayeredpane-and-painting  factored your instructive example in a way that may make experimentation easier. import java.awt.BorderLayout import java.awt.Color import.. 
 |