What is the Value class of method? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the Value class of method?

I want to use a map to set up user functionality through a key value pair I know the key value would be string but what about a method?

13th Aug 2017, 9:54 AM
Robert Atkins
Robert Atkins - avatar
1 Answer
+ 1
If the key and value is String then use Map instead of Properties. https://code.sololearn.com/c3Fl44FwDOV7/?ref=app
13th Aug 2017, 1:54 PM
Grzegorz Kawalec
Grzegorz Kawalec - avatar