PapaH 1 Posted March 20, 2022 I'm having trouble figuring out how to make a dictionary or list. If anyone has the syntax for creating a dictionary and for making a list I'd appreciate it.
SubCZ 284 Posted March 20, 2022 You are most likely looking for Hashtables. There's an explanation at the top of the docs: https://docs.oracle.com/javase/7/docs/api/java/util/Hashtable.html
lily 491 Posted March 21, 2022 If you're coming from a C# background here's a nice (albeit very ugly looking) cheat sheet on Java -> C# equivalencies https://sites.harding.edu/fmccown/java_csharp_comparison.html
Recommended Posts
Archived
This topic is now archived and is closed to further replies.