+ 5
Have you ever tried to change a private field? It is possible!
I learned recently that you can change the fields with the private modifier using Reflection API. Just see this code. Isn't it cool?) https://code.sololearn.com/c3e9E8ykt8HI/#java
1 Resposta
+ 4
Thank you for sharing this with us 😃