What is proxy class in Java ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
0

What is proxy class in Java ?

Related to arraycopy( ) method.

10th Dec 2016, 3:44 PM
Khomendra kumar
Khomendra kumar - avatar
1 Resposta
+ 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