miha github.io

Greenhorn

Blog Archive Tags About

[effective java] 3장 item12 - toString을 항상 재정의하라

2019-02-11
  • effective java
  • study

기본 toString메서드는 단순히 클래스_이름@16진수로_표현한_해시코드 를 반환한다.

Read More

[effective java] 3장 item11 - equals를 재정의하려거든 hashCode도 재정의하라

2019-02-11
  • effective java
  • study

equals를 재정의한 클래스 모두에서 hashCode도 재정의해야 한다.

Read More

[effective java] 3장 item10 - equals는 일반 규약을 지켜 재정의하라

2019-02-05
  • effective java
  • study

equals 메서드는 재정의하기 쉬워 보이지만 함정이 도사리고 있다.(젤 쉬운건 재정의 안하기…)

Read More

[effective java] 3장 모든 객체의 공통 메서드

2019-02-04
  • effective java
  • study

object에서 final이 아닌 메서드 (equals, hashCode, toString, clone, finalize)는 모두 재정의overriding을 염두에 두고 설계되었다.

Read More

You're up and running!

2017-10-08
  • test
  • tags

Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below).

Read More

A Full and Comprehensive Style Test

2016-08-15
  • test
  • style

Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.

Read More

A Full and Comprehensive Style Test(Korean ver.)

2016-08-14
  • 샘플 포스트
  • 테스트
  • 스타일

이 글은 스타일을 모아둔 것입니다. 소스 코드를 확인하여 스타일을 적용하는 방법을 알아보세요.

Read More
 Previous Next 

© 2019 dev.mihakim