This is Part Two of a series of articles on Java.next. In Part Two, I will look at how Java.next languages interoperate with Java.
public class SpinnerSample { public static void main (String args[]) { Runnable runner = new Runnable() { public void run ...