IBM – מבחן בית

מבחן בית של IBM

Implement a utility that will use Java reflection APIs to print "struct" objects. These "structs" are defined as follows:

o They have only public attributes

o Each attribute can be of the following types:

· "Structs"

· Collection or array of "Structs"

· Primitive (e.g. int), primitive wrapper (e.g. Integer) or String

The program should navigate the object structure and print the structure

לבדיקת התאמה