Tagged Questions

3
votes
3answers
68 views

VB6 Migration Advice

I know a lot of question regarding VB6 migration have been asked, but I don't believe my exact situation has been answered in them. Basically, our company is wanting to migrate ou …
1
vote
3answers
704 views

Java Collections Implimentations (e.g. HashMaps vs HashSet vs HashTable …), what is the cost of choosing the wrong one?

In my code I default to using ArrayList for all Lists, HashMap for all maps, HashSet for all sets. From a practical standpoint how much am I losing in flexibility, scalability, re …