blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
Weiqi Gao's Observations

A personal journal that outlines different scenarios and experiences of the author.
Weiqi Gao's Observations Blog  
Related Blogs
previous blog next blog
6.7
good
based on editor's review


recent postsrss feed

Wednesday Java Quiz: What Does It Print?

Nov 25, 2009
Q: Will the following Java program compile? Run without exceptions? If so, what does it print? import javax.swing.*; public class Main { public static void main(String[] args) { JButton button = new JButton("OK"); ...

Relentless Reduction Of Complexity

Nov 20, 2009
I started this blog 7 days ago but didn't finish it on time. I'm finishing it up now. The current date will be November 13, 2009 starting from the next sentence. "Relentless reduction of complexity" is a phrase I picked up from Alex Payne's keynote...

Closures In Java 7: It's On Again

Nov 18, 2009
Alex Miller: Apparently Mark Reinhold announced that closures would be added to JDK 7 at Devoxx today: I am, well, surprised. Having commented on closures in Java somewhat verbosely in the past, I don't have any words left in me about this topic,...

Hmmm...

Nov 14, 2009
... I wonder where I can find a text/html decoder? (Firefox showed this dialog box after a typical "A plugin for some media content on this page is not installed, would you like to search for a plugin?" dialog box.)

Friday Java Quiz: Can Your Thread Withstand My Interruption

Nov 6, 2009
It has been 1267 days since Java Concurrency in Practice was published. I trust that all self-respecting Java programmers have read the book cover-to-cover. Today's Friday Quiz is a concurrency one. Q: Will the following Java class compile? Run...


Comments & Reviews:
Be the First to Review this Blog!