Java Jazzle

A java blog with a collection of examples and tutorials on Java and related technologies. (Under maintenance with continuous updates) Be in touch with java jazzle or k2java.blogspot.com.

Pages

▼
Monday, October 14, 2013

Notes of “Effective Java” (Chapter 7-11)

›
Item 37: Use marker interfaces to define types Marker interface contains no method declarations, which indicates some property or feature...

Notes of “Effective Java” (Chapter 1-6)

›
Item 1: Consider static factory methods instead of constructors advantage: Customized meaningful names better than constructors. Associ...
Sunday, July 28, 2013

Javapocalypse video

›
Tuesday, December 27, 2011

Extend Thread vs implement Runnable

›
There are two ways to create your own thread type: subclass java.lang.Thread class, or implementing java.lang.Runnable and pass it to Thr...
Friday, December 23, 2011

O(n) for operations on Java collections

›
›
Home
View web version
Powered by Blogger.