Execute Brain****/Java: Difference between revisions

Content added Content deleted
m (RCBF (Java) moved to RCBF/Java: MW has page hierarchy support.)
m (<code>)
Line 10: Line 10:
More detailed information about the rest of the code can be found in the comments throughout it.<br clear=all>
More detailed information about the rest of the code can be found in the comments throughout it.<br clear=all>
{{works with|Java|1.5+}}
{{works with|Java|1.5+}}
<java>import java.io.BufferedReader;
<code java5>import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileReader;
Line 159: Line 159:
mem.set(pointer, new Integer(val));
mem.set(pointer, new Integer(val));
}
}
}</java>
}</code>