Viewing profile - iagows

User avatar
Engineer
Engineer
Username:
iagows
Groups:
Location:
Brazil

Contact iagows

Website:
Visit website

User statistics

Joined:
17 Jul 2007 15:34
Last active:
28 Aug 2007 22:19
Total posts:
11 | Search user’s posts
(0.00% of all posts / 0.00 posts per day)
Most active forum:
Graphics Development
(11 Posts / 100.00% of user’s posts)
Most active topic:
3D models "factory"
(10 Posts / 90.91% of user’s posts)

Signature

Pattern Exception Success

public static void addAB(int a, int b) {
System.out.println(a+b);
throw new RuntimeException("Successful operation!");
}