Show B.java syntax highlighted
public class B implements IntBox {
public static String NAME = "B";
public static String getName() { return NAME; }
public int get() { return 2; }
}
See more files for this project here
DrJava is a lightweight programming environment for Java designed to foster test-driven software development. It includes an intelligent program editor, an interactions pane for evaluating program text, a source level debugger, and a unit testing tool.
Project homepage:
http://sourceforge.net/projects/drjava
Programming language(s): Java
License: other
B.class
B.java