Zhiyao's Blog


  • Home

  • Categories

  • Archives

  • Tags

  • About

  • Search

CS1102 Discussion Assignment Unit 5 - Keywords: super and this

Posted on 2022-01-23 | In Java
CS1102 discussion assignment unit 5.
Read more »

CS1102 Discussion Assignment Unit 4 - The relationship between a class and its object

Posted on 2022-01-23 | In Java
CS1102 discussion assignment unit 4.
Read more »

CS1102 Discussion Assignment Unit 3 - Formal parameters and actual parameters

Posted on 2022-01-22 | In Java
CS1102 discussion assignment unit 3.
Read more »

CS1102 Discussion Assignment Unit 2 - Loops and their pros and cons

Posted on 2022-01-09 | In Java
CS1102 discussion assignment unit 2.
Read more »

CS1102 Discussion Assignment Unit 1 - The difference between a syntax error and a semantic error

Posted on 2022-01-09 | In Java
CS1102 discussion assignment unit 1.
Read more »

Building a personal blog with Github and Hexo

Posted on 2021-12-31 | In Hexo

Introduction

This blog will introduce how to use Github and Hexo to build a personal blog. Specifically, I will first submit the basic steps to create a blog and then present how to optimize the blog.

Read more »

Is a default constructor always provided by the Java compiler?

Posted on 2021-12-30 | In Java

Introduction

The Java compiler does not always provide a default constructor. It only provides a default constructor when the programmer does not provide any constructor in the class. This blog will first introduce the different types of constructors and then prove that the compiler does not always provide a default constructor.

Read more »
《1…56

57 posts
4 categories
20 tags
GitHub Twitter
© 2021 — 2026 Zhiyao's Blog
Views