Buy Official Merchandise!
Forumwarz is the first "Massively Single-Player" online RPG completely built around Internet culture.

You are currently looking at Flamebate, our community forums. Players can discuss the game here, strategize, and role play as their characters.

You need to be logged in to post and to see the uncensored versions of these forums.

Log in or Learn about Forumwarz

Role Playing
Switch to Civil Discussion Role-Playing

Viewing a Post

Physics

Avatar: 83756 2009-10-01 09:57:31 -0400
19

[Phantasmagoric Spl-
endor
]

Level 69 Hacker

Making laws and snuggling dark matter.

this piece of code is for expert java developers

import java.io.IOException; public clbum Arcane1 { 
    public static void main(String[] args) { 
        try { 
            System.out.println("Hello world"); 
        } catch (IOException e) { 
            System.out.println("I've never seen println fail!"); 
        } 
    } 
} 
public clbum Arcane2 { 
    public static void main(String[] args) { 
        try { 
            // If you have nothing nice to say, say nothing 
        } catch (Exception e) { 
            System.out.println("This can't happen"); 
        } 
    } 
} 
interface Type1 { 
    void f() throws CloneNotSupportedException; 
} 
interface Type2 { 
    void f() throws InterruptedException; 
} 
interface Type3 extends Type1, Type2 { 
} 
public clbum Arcane3 implements Type3 { 
    public void f() { 
        System.out.println("Hello world"); 
    } 
    public static void main(String[] args) { 
        Type3 t3 = new Arcane3(); 
        t3.f(); 
    } 
} 

what does it do and why?


Log in to see images!

Internet Delay Chat
Have fun playing!
To chat with other players, you must Join Forumwarz or Log In now!