Static vs. dynamic references
A jclass, jcons, or jmeth call with constant arguments constitutes a static reference.
Static references can be used to build a pre-load file at compile time.
All class and method references are looked up only once per connection.