Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
トラック Java基礎 - 修了証付きオンライン学習
Java基礎
Beginner
5.0
14 reviews
50 Learners
Javaプログラミングの強固な基礎を築くために設計された、包括的で初心者に優しいトラックです。本トラックでは、Javaの基本、重要な概念、オブジェクト指向プログラミング、データ構造、Stream APIを取り上げ、厳選されたコンテンツと独自コンテンツを組み合わせて、論理的かつ実践的な学習体験を提供し…
148
Chapters
13
Learning hours
235
Assignments
AI Assistant
Shareable Certificate
成果
成果
Track content
Related courses and projects
推薦の声
特徴
価格
成果
成果
Track content
Related courses and projects
推薦の声
特徴
価格

学習内容

Understand Java syntax, variables, data types, and control flow
Apply object-oriented programming principles including encapsulation, inheritance, and polymorphism
Implement functional programming concepts with functional interfaces and lambda expressions
Write and debug Java programs using loops, arrays, and strings
Work with core Java data structures and generics
Handle file I/O operations and manage exceptions effectively
Grasp the essentials of the Java Virtual Machine, methods, and exception handling
Perform data processing using Java's Stream API
Solve practical coding challenges using real-world Java applications
Learning track content
What Is Java?
Java Advantages
Memory Types In Java
Java's Syntax
Your First Program
Comments
Primitive Data Types
Challenge: Primitive Types
Mathematical Operations in Java
Mathematical Operations on char
If-Else Statement
Switch-Case Statement
New Task Structure
Challenge: Weekday Switch
Introduction to Loops
While-Loop
Do-While Loop
Challenge: Building a Server Retry Mechanism
For-Loop
Increment and Decrement
Infinite Loop
Challenge: Filtering Numbers in a Loop
What is Array?
Using Loops with Arrays
Index Out Of Bounds
Two-Dimentional Array
Iteration In Two-Dimensional Array
For-Each Loop
What Is String?
Basic Methods In String
Practical Applications of String Methods
Challenge: Filter Failure Messages
NullPointerException
StringBuilder
String Pool, Method Equals()
Architecture
Principles
What Is a Functional Interface?
Predicate: Data Filtering
Challenge: Filtering Corporate Email Addresses
Function: Data Transformation
Challenge: Income Tax Calculation
Comparable: Natural Ordering of Data
Comparator: Custom Comparison of Data
Challenge: Sorting Employees
Consumer: Processing Data
Supplier: Data Generation
Bi-versions of Functional Interfaces
Challenge: Filtering Users by Two Criteria
BinaryOperator: Combining Two Values
Transforming Elements with the map() Method
Filtering Elements with the filter() Method
Challenge: Factory Product Filtering
Working with Nested Structures with the flatMap() Method
Arranging Items in Order with the sorted() Method
Challenge: Selecting the Best Cars on the Production Line
Eliminating Duplicates with the distinct() Method
Challenge: Factory Quality Control
Restricting and Skipping Elements with the limit() and skip() Methods
Challenge: Finding the Top 3 Hardest-Working Employees
Intermediate Processing with the peek() Method
collect() Gathering Stream Elements into a Collection
Challenge: Build a Custom Collector for Category Counting
Collectors Utility Class for Stream API
Processing Elements with the forEach() Method
Handling Values with the Optional Class
Aggregating Elements with the reduce() Method
Challenge: Calculating Total Cost with Discounts and Tax
Calculating Stream Statistics with count(), max(), and min()
Retrieving Stream Summary Metrics with summaryStatistics() Method
Retrieving Elements from a Stream with findFirst() and findAny()
Challenge: Selecting Random Products Within a Category
Checking Stream Elements Against a Condition with allMatch()
Challenge: Ensuring Fast Delivery for Expensive Products
Real-World Examples of Using Stream API
Performance in Stream API
Exception Handling in Stream API
あなたのテックスキルを強化!
最大55%オフで
Features:
*Tracks not included in Pro plan
500+ 人気コース最先端のAIコパイロット
パーソナライズされた学習トラック40+ 実践的なプロジェクト
選択された割引イントロプランが終了する前にキャンセルしない場合、Codefinityが自動的に課金することを承認します $104 3か月ごと キャンセルするまで。キャンセルおよび返金ポリシーの詳細は、 定期購読の条件.
Recommended Courses and Projects

コース

Java基礎

Java基礎

このコースでは、Javaの基礎とその主要な特徴について学びます。修了時には、簡単なアルゴリズム課題を解決でき、基本的なコンソールJavaアプリケーションの動作を明確に理解できるようになります。

コース

Java Data Structures

Java Data Structures

Discover essential data structures in Java and enhance your programming skills. Explore the dynamic world of ArrayLists, LinkedLists, Stacks, Queues, and more, uncovering their power, versatility, and real-world applications.

コース

Java Classes and Core Mechanics

Java Classes and Core Mechanics

You will learn about best practices in coding, how to create your own methods and classes, and how to work with them and configure their interaction. You will also understand how Java works at the computer level and how code compilation generally works.

コース

Java OOP

Java OOP

Those who know OOP can program well. That's what many programmers say. Get ready for an important part of your Java learning journey, mastering which will greatly boost your programming skills in general. You will learn how to effectively use the Java development environment, the principles of Object-Oriented Programming (OOP), and best practices in OOP. You will learn to make your code flexible and deepen your knowledge of previously covered topics. Let's get started!

コース

Java JUnit Library. Types of Testing

Java JUnit Library. Types of Testing

Testing is an integral part of software development. Every module of an application should be covered by tests to ensure the correctness of a specific module or the entire application. This course will teach you about the different types of application testing. Additionally, you will practice with unit tests to test individual components of your application.

コース

Multithreading in Java

Multithreading in Java

This course is tailored for those who want to expand their knowledge of multithreading and leverage its capabilities to build efficient, high-performance applications. You'll dive into essential concepts, practical techniques, and best practices in multithreading, empowering you to confidently address complex concurrency issues.

コース

Java Data Manipulation with Hibernate

Java Data Manipulation with Hibernate

Every backend developer must be proficient in working with various databases. Connecting a database to the code and performing data operations directly from Java code to execute SQL queries and various data operations directly from the code. JDBC and Hibernate help developers with this. It's time to learn how to connect a database to your IDE, use tables from this database, and manipulate data!

コース

Introduction to Stream API

Introduction to Stream API

Learn to harness Stream API in Java for efficient and elegant data processing. Explore its architecture, key principles, and functional interfaces, along with powerful operations like filtering, mapping, sorting, and collecting results. Discover advanced techniques for performance optimization, error handling, and parallel processing to apply Stream API effectively in real-world scenarios.

コース

Java Data Types

Java Data Types

A comprehensive course on Java data types, covering primitives, reference types, type conversion, and practical applications. Designed for learners with basic Java syntax knowledge.

コース

Java Loops

Java Loops

A beginner-friendly course designed to introduce learners to the fundamentals of loops in Java. Through a blend of clear explanations, practical examples, and hands-on tasks, students will gain confidence in using for, while, and do-while loops, as well as applying them to solve real-world problems.

コース

Concepts and Principles in Java

Concepts and Principles in Java

A comprehensive course designed to introduce and deepen your understanding of essential coding, clean code, and architectural principles in Java. Ideal for learners with basic Java knowledge aiming to master professional software design concepts.

コース

Mastering Methods in Java

Mastering Methods in Java

A comprehensive course dedicated to understanding, designing, and applying methods in Java. Explore method fundamentals, parameter passing, overloading, recursion, and best practices through a blend of theory and hands-on coding challenges.

なぜ人々はCodefinityを選ぶのか

Kwizera Mugisha

Web Developer

Kwizera Mugisha

linkedIn

The teaching methodology at Codefinity is excellent, and I particularly appreciate how it has prepared me to handle real-world coding problems. Currently, I am delving into Node.js and eagerly anticipate building full-stack projects that integrate all the knowledge I have gained.

Sherry Barnes-Fox

Senior Business Analyst

Sherry Barnes-Fox

linkedIn

My first course was 4 hours, I did it in a few days, "nugget-style". The instructions are very clear and easy to understand. There is even a hint to help you get the answer. I love the learning style that is used, it engages me.

Bill Wagner

Accounts Payable Specialist

Bill Wagner

linkedIn

I have really liked the browser-based lessons that allow me to code within the lesson. The RUN button allows me to test the code I write before submitting for a grade.

Daniel Chinea

IT Support Specialist

Daniel Chinea

linkedIn

I have gained a lot of practical and logical thinking skills, along with patience for myself and confidence in myself that I can learn programming. Years ago, I would have never thought that I could learn programming in any way, shape or form, and I was able to obtain these certifications and skills with Codefinity.

Steve Bruening

Technology Project Manager

Steve Bruening

linkedIn

The learning was progressive and made it easy to follow along and make progress. I could feel my skills increasing and building on each other as the course went along.

Stephanie Chan

Project Manager

Stephanie Chan

linkedIn

As I went through the first course of the Python track, I liked the way the course was lay out (in easy and digestible modules) with little exercises at the end of each concept.

Step-by-Step to Stellar Results
インタラクティブなコーディング環境

インタラクティブな環境に飛び込み、リアルタイムのフィードバックと成果指標を活用してコードを書き、実行しながら一歩ずつ学んでいきましょう。

AI搭載のサポート

内蔵のAIアシスタントを活用してエラーの説明、修正案の提示、あるいはコードに関するあらゆる質問に答え、生産性を保ち、詰まることなく作業を進めましょう。

Check your progress

各モジュールの締めくくりとしてクイッククイズを実施し、即時フィードバックを受け、進捗を確認し、主要な概念を確実に習得できたかチェックしましょう。

Promote your expertise

修了後に業界で認められた証明書を取得し、ワンクリックでLinkedInに共有して、あなたの実力を周囲に示しましょう。

大手企業の従業員に信頼されています
そしてトップ大学の学生にも

Google
Intel
Twitter
FedEx
Meta
Nike
Amazon
Microsoft
Tesla
Google
Intel
Twitter
FedEx
Meta
Nike
Amazon
Microsoft
Tesla
florida
illinois
colorado
indiana
new-york
cornell
columbia
notre-dame
florida
illinois
colorado
indiana
florida
illinois
colorado
indiana
new-york
cornell
columbia
notre-dame
florida
illinois
colorado
indiana

カタログ全体へのアクセス

サブスクリプション1つで、このコースとプロジェクトやスキルの全カタログにアクセス可能です。
Features:
500+ 人気コース最先端のAIコパイロット
パーソナライズされた学習トラック40+ 実践的なプロジェクト
選択された割引イントロプランが終了する前にキャンセルしない場合、Codefinityが自動的に課金することを承認します $104 3か月ごと キャンセルするまで。キャンセルおよび返金ポリシーの詳細は、 定期購読の条件.

安心してCodefinityを試してみてください – 30日間の返金保証付き

Codefinityへの歓迎として、最大 64%オフでコースをご提供します。 さらに、 30日間の返金保証, でリスクなしでお試しいただけます。私たちはあなたをプラットフォームにお迎えできることを心から楽しみにしており、学習体験を簡単でインタラクティブ、かつ楽しいものにすることをお約束します。
Shield Image
Ready to get started?
Pro
Best intro offer
Ultimate
A complete experience
to kickstart your career
500+ Top-Rated courses
yes
yes
Completion certificates
yes
yes
Early access to new courses
yes
yes
40+ hands-on Real-world projects
no
yes
Personalized study tracks
no
yes
Unlimited workspaces
no
yes

すぐにアクセスできる 500+ コース

無制限の学習、即時アクセス
無制限の学習、即時アクセスビデオコンテンツ、クイズ、詳細な教材を含むすべてのコースとトラックに完全にアクセスでき、いつでも学習を始められます。
業界で認められた証明書
業界で認められた証明書あなたの専門性を証明する証明書を取得し、テック、AI、データ、マーケティングなどの分野でキャリアを向上させましょう。
AI支援学習
AI支援学習パーソナライズされたヒント、リアルタイムフィードバック、AIによる説明であなたの進歩を加速させましょう。
絶えず拡大中:新しいコースとキャリアトラック
絶えず拡大中:新しいコースとキャリアトラック常に更新されるコース、キャリアロードマップ、チャレンジ、実践的な模擬試験で、一歩先を行きましょう。
重要なスキルを磨く
重要なスキルを磨くAI、データサイエンス、プログラミング、マーケティング、自動化、ウェブ開発など、需要の高いスキルを学びマスターしましょう。
インタラクティブでシームレスな学習
インタラクティブでシームレスな学習実践的なプロジェクト、実世界の演習、直感的な学習体験に取り組み、追加のツールは不要です。
何か問題が発生したようで申し訳ありません。何が起こりましたか?
some-alt