field tag

2 questions


1 answers
68 views
0
How do I read elements that are private in Java?

I made the access restrictor of one of the elements private to design the class elements private. How can I get the value of stubIWant from the code below?class IWasDesignedPoorly { private int stuffI...


1 answers
118 views
0
How to read the fields in the class to find out what type

Can you examine the class of instances that a variable has in Java? I would like to read the fields one by one and check the type.

2 years ago

© 2024 OneMinuteCode. All rights reserved.