.

iT邦幫忙

鐵人檔案

2022 iThome 鐵人賽
回列表
自我挑戰組

30天Java由淺入深 系列

對於物件導向的概念一直不是很熟悉,希望透過鐵人賽寫文章加強這方面能力~~

鐵人鍊成 | 共 30 篇文章 | 2 人訂閱 訂閱系列文 RSS系列文
DAY 1

Day 1 : Introduction

#Intro Hello everyone, I'm Chi. I deliberately chose to start sharing on the las...

2022-09-16 ‧ 由 Chi-Tse Chiang 分享
DAY 2

Day 2 : W3Schools

#Reason During a university lecture, I accidentally came across the introduction...

2022-09-17 ‧ 由 Chi-Tse Chiang 分享
DAY 3

Day 3 : Notion

#Introduction Today, I want to introduce a note-taking application called Notion...

2022-09-18 ‧ 由 Chi-Tse Chiang 分享
DAY 4

Day 4 : Java Basic Syntax

#Intro At the beginning, we will introduce the basic syntax of Java, including v...

2022-09-19 ‧ 由 Chi-Tse Chiang 分享
DAY 5

Day 5 : Variables( 1 )

#Java Variable In programming languages, we call the value of the data stored “V...

2022-09-20 ‧ 由 Chi-Tse Chiang 分享
DAY 6

Day 6 : Variables( 2 )

Primitive v.s Non-Primitive Different variables are stored in memory in differen...

2022-09-21 ‧ 由 Chi-Tse Chiang 分享
DAY 7

Day 7 : Operators and Mathematical Calculations

#Intro In this chapter, we will share five useful mathematical functions in Java...

2022-09-22 ‧ 由 Chi-Tse Chiang 分享
DAY 8

Day 8 : Conditional Expressions

#Intro Today we will introduce conditional expressions. We mentioned this concep...

2022-09-23 ‧ 由 Chi-Tse Chiang 分享
DAY 9

Day 9 : Loop

Intro Here, we will introduce the concept of iteration structure derived from st...

2022-09-24 ‧ 由 Chi-Tse Chiang 分享
DAY 10

Day 10 : Array

Intro We have previously introduced many different types of variables. If we sto...

2022-09-25 ‧ 由 Chi-Tse Chiang 分享