|
|
|
|
|
by pvg
5975 days ago
|
|
Yep, you can pass them around, they do have values, in fact, they can have different values for the same type sometimes. This has been the case since well before Java even had reflection - having them around is fairly central to the Java dynamic loading and security model. |
|