Answers for "Where do you use Set, HashMap, List in your framework?"

0

Where do you use Set, HashMap, List in your framework?

Set whenever we want to get the uniqe option from the dropdown.
Or whenever we want to handle multiple tabs such as getwindowhandles.
HashMaps data from 2 columns from tables. 
If you want to get a data from Json file, properties file. 
HashMap is for pair of data. You can get the data from JSON or properties files. POJO Class. Key and value for.
What is different between list and set. 
Set does not accept duplicates. List takes duplicates.
And index number different.
Posted by: Guest on May-28-2021

Code answers related to "Where do you use Set, HashMap, List in your framework?"

Browse Popular Code Answers by Language