A.ContextImpl B.ContextThemeWrapper C.Service D.Application
A.ContextWrapper B.ContextDetail C.ContextImpl D.WrapperContext
A.適合多個(gè)相同的程序代碼的線程去處理同一個(gè)資源 B.可以避免java中的單繼承的限制 C.增加程序的健壯性,代碼可以被多個(gè)線程共享,代碼和數(shù)據(jù)獨(dú)立 D.以上都不對(duì)