1 2 3 4
public abstract class I18NException extends Exception { public enum Message implements ExceptionMessage { ...
1 2 3 4
import java.util.Scanner; public class AsciiSquare ...
Java ascii square
by kefestetayyus.blogspot.com,
May 09, 2008 12:44,
4 refactorings, tagged with java, ascii, square, basic
Simply prints a square with...
1 2 3 4
public class Car { public static class Builder { ...
Java Fluent Builder
by Jeremy Weiskotten,
December 24, 2007 02:56,
1 refactoring, tagged with java, fluent interface, builder
Here's an example of the Bu...
This is a template for Exce...