Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
public void coundtdown(){ for (int i=10;i>=0;i++) { String tmp = Integer.toString(i); System.out.println(tmp); } System.out.println("HELLO"); } How many objects will be garbage collected 10 or 11
Bring out your dead! Or a tiny ad:
Free, earth friendly heat - from the CodeRanch trailboss