Learn Java HASHMAPS in 10 minutes! 🗺️

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ • 10

  • @BroCodez
    @BroCodez  13 днів тому

    import java.util.HashMap;
    public class Main {
    public static void main(String[] args) {
    // HashMap = A data structure that stores key-value pairs
    // Keys are unique, but Values can be duplicated
    // Does not maintain any order, but is memory efficient
    // HashMap
    HashMap map = new HashMap();
    map.put("apple", 0.50);
    map.put("orange", 0.50);
    map.put("banana", 0.25);
    map.put("coconut", 1.00);
    //System.out.println(map);
    //map.remove("apple");
    //map.get("coconut");
    //map.containsKey("pineapple");
    //map.containsValue(1.00);
    //map.size();
    for(String key : map.keySet()){
    System.out.println(key + " : $" + map.get(key));
    }
    }
    }

    • @FromTheWombTotheGrave
      @FromTheWombTotheGrave 13 днів тому

      Can you make course specifally for AI using Python?
      Like creating AI projects with LLMs,local LLMs
      And general introduction to AI programming.

  • @MatthewLitwiz
    @MatthewLitwiz 13 днів тому +1

    Tf u did java content again and im just finding out 2 weeks later, man i got catchup todo, ur vids truly the best, especially java to me

  • @Seif285
    @Seif285 13 днів тому

    Thank you bro

  • @pubgnoob2000
    @pubgnoob2000 12 днів тому +1

    Bro Code used to watch sponge bob and he loves pizza😂😂😂😂😂😂

  • @IMODURYT
    @IMODURYT 13 днів тому

    hello, i am the 1st viewer comment

  • @pmuni2972
    @pmuni2972 13 днів тому

    after this tutorial what we need to learn

  • @Nyxentious
    @Nyxentious 13 днів тому

    Only 7 comments? Y'all crazy

  • @Goodluck-ig2nz
    @Goodluck-ig2nz 13 днів тому

    Hello i liked your video and i believe i am entillted to one reply can i get a typescript tutorial please reply i have got an interview next week