Java References

Before JDK 1.2, if a object isn’t referenced by any variable, it can’t be used any more.Since JDK 1.2, Java has four reference types.In order from... »

Android Thread Related Stuff

It’s widely known that it’s illegal to update UI components directly from threads other than main thread in android. This a rule in Android world, we... »