You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Java Programming Language Basics - Reflection Basics and Class Class Java / Getting Started
The standard J2SE platform libraries include a reflection API. This API allows classes to reflect on themselves, to see their inner selves. Typically not used by developers, but by tool developers such as those creating an IDE like NetBeans, the reflection API lets you discover the names of classes, methods, and fields.