摘要:
System virtual machine: a.k.a. full virtualization VM. Provides a substitute for a real machine (functionality needed to execute entire OS). Allows fo 阅读全文
摘要:
source code repository: https://github.com/aporter/coursera-android Android Platform and Development Environment Introduction to the Android Platform 阅读全文
摘要:
Thread life-cycle new: the thread is newly begun. runnable: the thread is executing its task. waiting: the thread waits for another thread to perform 阅读全文
摘要:
Unchecked exceptions: Classes that are direct or indirect subclasses of RuntimeException, typically caused by defects in code. E.g. ArrayIndexOutOfBou 阅读全文