リンクを新しいタブで開く
  1. Java is a versatile and powerful programming language widely used for developing various applications. Understanding arrays, lists, and structured data is crucial for building efficient and scalable programs. This course on Coursera, "Java Programming: Arrays, Lists, and Structured Data," aims to enhance your software engineering skills by introducing new data structures and their applications.

    Arrays in Java

    Arrays are a fundamental data structure in Java that store a fixed-size sequential collection of elements of the same type. They are useful for storing and manipulating collections of data. Here is an example of how to create and use an array in Java:

    // Declare and initialize an array of integers
    int[] numbers = {1, 2, 3, 4, 5};

    // Access and modify elements in the array
    numbers[0] = 10;
    System.out.println(numbers[0]); // Output: 10

    // Iterate through the array
    for (int i = 0; i < numbers.length; i++) {
    System.out.println(numbers[i]);
    }
    コピーしました。

    Lists in Java

    Lists are dynamic data structures that can grow and shrink in size. The ArrayList class in Java provides a resizable array implementation. Here is an example of how to create and use an ArrayList:

  1. Java Programming: Arrays, Lists, and Structured Data

    Welcome to “Java Programming: Arrays, Lists, and Structured Data”! We are …

    • 4.7/5
      (3178)
    • Java Programming: Arrays, Lists, and Structured Data from ...

      According to learners, this course provides a solid foundation in using Java data structures like arrays, ArrayLists, and HashMaps. Many found the hands-on projects, such as the cryptography and GladLibs …

    • Java Programming: Arrays, Lists, and Structured Data

      Explore Java programming with arrays, lists, and structured data. Learn file handling, data analysis, and object-oriented concepts. Build encryption programs and solve complex problems using advanced …

      • 4.4/5
        (7)
      • Java Programming: Arrays, Lists, and Structured Data Course

        2024年7月3日 · "Join Duke University's Java Programming: Arrays, Lists, and Structured Data course and learn essential skills in algorithms, computer programming, data structures, and more.

        • 4.7/5
          (1)
        • Java Programming: Arrays, Lists and Structured Data

          2023年3月15日 · Java Programming: Arrays, Lists and Structured Data is course 3 of 5 in the Java Programming and Software Engineering Fundamentals …

        • Java Programming: Arrays, Lists, and Structured Data (Coursera)

          2026年4月6日 · Welcome to “Java Programming: Arrays, Lists, and Structured Data”! We are excited that you are starting our course to learn how to write programs in Java, one of the most popular …

        • Java Programming: Arrays, Lists, and Structured Data

          This course teaches Java programming concepts such as arrays, lists and data structures, and how to apply them in solving real-world problems. You will also learn about object-oriented programming and …

        • Java Programming: Arrays, Lists, and Structured Data

          2020年7月31日 · Build on the software engineering skills you learned in “Java Programming: Solving Problems with Software” by learning new data structures. Use these data structures to build more …

        • Java Programming: Arrays, Lists, and Structured Data - GitHub

          2020年8月22日 · My solutions to assignments/problems for the course (Java Programming: Arrays, Lists, and Structured Data) offered by Duke University at Coursera. - …

        • Java Programming: Arrays, Lists, and Structured Data

          This course builds upon the fundamentals introduced in the prior course—“Java Programming: Solving Problems with Software”—and delves into more advanced data structures and programming …

          • Codecademy
            https://www.codecademy.com › get-started › free
            広告について

            Course Java | Learn by Doing | Explore Our Catalog Today

            スポンサーTake your skills to a new level and join millions of users that have learned Java. Learn key takeaway skills of Java and earn a certificate of completion.

            Beginner-Friendly · Interactive Online Course · Collaborative Learning

            Courses: Data Science, Computer Science, Web Development, Code Foundations
        • 他の人も質問しています
          Loading
          Unable to load answer
        • あなたの興味がありそうな検索

        このサイトを利用すると、分析、カスタマイズされたコンテンツ、広告に Cookie を使用することに同意したことになります。サード パーティの Cookie に関する詳細情報|Microsoft のプライバシー ポリシー