
참조(Reference)와 GC(Garbage Collection)의 관계 1. Strong Reference public class JavaTest { public static void main(String[] args) { MyClass obj = new MyClass(); obj = null; // "obj" object is no longer referencing to the instance. // So the "MyClass" type object is now available for garbage collection. } } class MyClass { } // Java program to illustrate Strong reference class MyClass { //Code.. } pub..
IT 지식
2020. 10. 23. 00:06
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- coroutine
- handler
- Design Pattern
- activity
- 안드로이드 #코틀린 #Android #Kotlin
- XML
- 자바
- DataBinding
- Kotlin
- fragment
- Architecture Pattern
- MVVM
- TabLayout
- Intent
- JSONObject
- Vue.js #Vue.js + javascript
- ViewModel
- java
- View
- James Kim
- 혀가 길지 않은 개발자
- Livedata
- 안드로이드
- JSONArray
- ViewPager2
- ArrayList
- recyclerview
- 코틀린
- CoordinatorLayout
- Android
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함