post-thumbnail

[Studying Java Core] #6

Objects A typical object-oriented program consists of a set of interacting objects. Each object has its own state separated from others. Each object i

2021년 10월 6일
·
0개의 댓글
·
post-thumbnail

[Studying Java Core] #5

Step by step, your programming tasks are becoming more complex, so are your methods. Though you can create a complex program that is wrapped in one so

2021년 10월 5일
·
0개의 댓글
·
post-thumbnail

[Studying Java Core] #4

The while and do-while loops The while loop The while loop consists of a block of code and a condition (a Boolean expression). If the condition is tr

2021년 10월 5일
·
0개의 댓글
·
post-thumbnail

[Studying Java Core] #3

The conditional statement is a construction that allows a program to perform different computations depending on the value of a Boolean expression. If

2021년 9월 29일
·
0개의 댓글
·
post-thumbnail

[Studying Java Core] #2

It is a process of writing a set of instructions (also known as code) that a machine can understand and making the machine follow them.So, it’s not re

2021년 9월 28일
·
0개의 댓글
·
post-thumbnail

[Studying Java Core] #1

Units of Information Bit (b): the smallest unit of information Byte (B): a sequence of eight bits Larger units of information: > Kibibyte (KiB) 2^10

2021년 9월 27일
·
0개의 댓글
·