public class Byte implements Runnable{ private int s; public void run(){ s++; } }