Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe
Tagged

C# VS 자바

A collection of 1 post

c#

Now For Something Completely Different

1. Deterministic Object Cleanup – 자원 반납을 제어하기 위해서, C#에서는 Dispose() 메소드를 가지고 있는 System.IDisposable 인터페이스를 제공한다.– Dispose() 메소드로 자원 해제를 관리하려면, GC.SuppressFinalize(this); 이렇게 GC 클래스의 SuppressFinalize 메소드를 Dispose() 메소드 내에서 호출해 준다.– C# also has some syntactic sugar via the using keyword that

  • 백기선
백기선 Jan 30, 2008 • 8 min read
Whiteship © 2022
Powered by Ghost