Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
Java
10.0K+ articles
Java-Functions
4.2K+ articles
Java - util package
1.6K+ articles
Java-lang package
417+ articles
Java-Constructors
36+ articles
Java-Modifier
35+ articles
Java-Field
34+ articles
Java-Method Class
25+ articles
java-reflection-array
20+ articles
java-lang-reflect-package
138+ posts
Recent Articles
Popular Articles
AnnotatedElement getDeclaredAnnotationsByType() method in Java with Examples
Last Updated: 03 January 2020
The getDeclaredAnnotations() method of java.lang.AnnotatedElement class is used to get the declared annotations of the specified declared annotation type present in the cl...
read more
Java
Java-Functions
java-lang-reflect-package
Java-AnnotatedElement
AnnotatedElement getDeclaredAnnotations() method in Java with Examples
Last Updated: 03 January 2020
The getDeclaredAnnotations() method of java.lang.AnnotatedElement class is used to get the declared annotations present in the class implementing this interface. The metho...
read more
Java
Java-Functions
java-lang-reflect-package
Java-AnnotatedElement
AnnotatedElement getAnnotations() method in Java with Examples
Last Updated: 03 January 2020
The getAnnotations() method of java.lang.AnnotatedElement class is used to get the annotations present in the class implementing this interface. The method returns an arra...
read more
Java
Java-Functions
java-lang-reflect-package
Java-AnnotatedElement
AnnotatedElement isAnnotationPresent() method in Java with Examples
Last Updated: 03 January 2020
The isAnnotationPresent() method of java.lang.AnnotatedElement class is used to check if an annotation of the specified annotation type is present in the class implementin...
read more
Java
Java-Functions
java-lang-reflect-package
Java-AnnotatedElement
java.lang.reflect.Constructor Class in Java
Last Updated: 05 December 2022
java.lang.reflect.Constructor class is used to manage the constructor metadata like the name of the constructors, parameter types of constructors, and access modifiers of ...
read more
Java
Picked
java-lang-reflect-package
java.lang.reflect.Parameter Class in Java
Last Updated: 31 March 2022
java.lang.reflect.Parameter class provides Information about method parameters, including their name and modifiers. It also provides an alternate means of obtaining attrib...
read more
Java
Picked
java-lang-reflect-package
java.lang.ref.WeakReference Class In Java
Last Updated: 10 December 2021
When we create an object in Java, an object isn't weak by default. To create a Weak Reference Object, we must explicitly specify this to the JVM.Why Weak Reference Objects...
read more
Java
Picked
java-lang-reflect-package
java.lang.ref.PhantomReference Class in Java
Last Updated: 26 October 2021
When we create an object in Java, an object is strong by default. To create a Phantom Reference Object, we must explicitly specify this to the JVM. Phantom Reference Objec...
read more
Java
Picked
java-lang-reflect-package
java.lang.ref.ReferenceQueue Class in Java
Last Updated: 09 March 2021
A ReferenceQueue is a simple data structure onto which the garbage collector places reference objects when the reference field is cleared (set to null). You would use a re...
read more
Java
Picked
java-lang-reflect-package
java.lang.reflect.Method Class in Java
Last Updated: 10 March 2021
java.lang.reflect.Method class provides necessary details about one method on a certain category or interface and provides access for the same. The reflected method could ...
read more
Java
Technical Scripter
Picked
Technical Scripter 2020
java-lang-reflect-package
java.lang.reflect.ReflectPermission Class in Java
Last Updated: 03 March 2021
ReflectPermission class extends BasicPermission class. It is a “named” permission i.e it contains a name but no action. It may implement actions on top of BasicPermission,...
read more
Java
Technical Scripter
Picked
Technical Scripter 2020
java-lang-reflect-package
java.lang.reflect.Proxy Class in Java
Last Updated: 20 July 2022
A proxy class is present in java.lang package. A proxy class has certain methods which are used for creating dynamic proxy classes and instances, and all the classes creat...
read more
Java
Technical Scripter
Picked
Technical Scripter 2020
java-lang-reflect-package
java.lang.reflect.Modifier Class in Java
Last Updated: 09 March 2021
The java.lang.reflect.Modifier class contains methods used to get information about class, member and method access modifiers. The modifiers are represented as int value w...
read more
Java
Technical Scripter
Picked
Technical Scripter 2020
java-lang-reflect-package
java.lang.reflect.Field Class in Java
Last Updated: 09 March 2021
The ability of the software to analyze itself is known as Reflection. This is provided by the java.lang.reflect package and elements in Class .Field serves the same purpos...
read more
Java
Picked
java-lang-reflect-package
java.lang.ref.Reference Class in Java
Last Updated: 20 July 2022
java.lang.ref.Reference Class is an abstract base class for reference object. This class contains methods used to get information about the reference objects. This class i...
read more
Java
Picked
java-lang-reflect-package
1
2
3
4
...
10
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !