java_reflection_api

Java Reflection API

The Java Reflection API is a feature that allows Java programs to inspect and manipulate classes, methods, fields, and other objects at runtime. Using reflection, developers can examine or modify the structure of objects, invoke methods, or even create new classes dynamically. Introduced in Java 1995 with Java 1.0, the Reflection API is commonly used in libraries, frameworks, and tools that require dynamic behavior, such as Java frameworks like Spring or Hibernate.

https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/package-summary.html

java_reflection_api.txt · Last modified: 2025/02/01 06:47 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki