Question
Best way to access a feature_OTK Java
Hello everyone!
In Java OTK, a feature can be accessed by its name (1), number (2), or ID (3):
Accessing via a number is not a good option.
What's the best way to access using a name or ID?
If using ID, please tell me how is it better to implement it?
Is there any other better method?
Thanks in advance!
Respectfully!

