What is proxy class in Java ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is proxy class in Java ?

Related to arraycopy( ) method.

10th Dec 2016, 3:44 PM
Khomendra kumar
Khomendra kumar - avatar
1 Answer
+ 2
A dynamic proxy class (simply referred to as a proxy class below) is a classthat implements a list of interfaces specified at runtime when the class is created, with behavior as described below. A proxy interface is such an interface that is implemented by a proxy class.
10th Dec 2016, 5:49 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar