python Dynamic execution of Python code December 14, 2023 by Dharmajan Srinivas No Comments As a "dynamic" language, Python is much more convenient to load a piece of code and execute it at run time than a "static language"... Read More
The programmer Annotations and reflection for Java basics December 14, 2023 by Michael O'Sullivan-Atkinson No Comments Annotations are very important. The development model is now based on annotations, JPA is based on annotations, Spring is based on annotations, Hibernate is based... Read More