Category Archives: Language

serialVersionUID 의 용도

serialVersionUID 의 용도

Serializable

직렬화 (implements Serializable) 는 서버간 데이타를 전송할 때,
송신 서버에서 클래스를 … 더보기

Interface Private Method

Interface Private Method

JAVA9 에서 등장한 기능입니다.

용도

  1. 일반적인 Private Method 와 동일한 용도입니다.

static … 더보기

Rust 요약(기초)

Rust 요약(기초)

설치하기

curl https://sh.rustup.rs -sSf | sh

Hello, World!

프로젝트 생성

cargo new hello 
더보기