¡@

Home 

java Programming Glossary: sidenote

java.lang.UnsatisfiedLinkError no *****.dll in java.library.path

http://stackoverflow.com/questions/1403788/java-lang-unsatisfiedlinkerror-no-dll-in-java-library-path

latter type of UnsatisfiedLinkError explained above. As a sidenote most people put their loadLibrary calls into a static initializer..

Internal implementation of java.util.HashMap and HashSet

http://stackoverflow.com/questions/1781868/internal-implementation-of-java-util-hashmap-and-hashset

in identical hashcodes for unequal objects . Practical sidenote eclipse and probably other IDEs as well can auto generate a..

Mock Runtime.getRuntime()?

http://stackoverflow.com/questions/2257901/mock-runtime-getruntime

can easily provide a mock and set it as a dependency. As a sidenote I'd suggest watching this lecture on OO Design for testability..

Permutation algorithm without recursion? Java

http://stackoverflow.com/questions/2799078/permutation-algorithm-without-recursion-java

Hibernate 3.5.x: NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval

http://stackoverflow.com/questions/3189056/hibernate-3-5-x-nosuchmethoderror-javax-persistence-onetomany-orphanremoval

unit tests here What am I missing indulgent_rant As a sidenote it's very frustrating that every time I upgrade Hibernate I..

Want to know whether enough memory is free on a linux machine to deploy a new application

http://stackoverflow.com/questions/3784974/want-to-know-whether-enough-memory-is-free-on-a-linux-machine-to-deploy-a-new-ap

can be used without forcing active processes to swap. As a sidenote there are also about 760 MB of rarely used data that have been..

Java unchecked/checked exception clarification

http://stackoverflow.com/questions/5070932/java-unchecked-checked-exception-clarification

be displayed I would check the input and not throw. On a sidenote I never throw DivideByZeroException nor NullPointerException..