Deconstruction
public class TrivialApplication {
public static void main(String args[]) throws IOException {
BufferedReader stdin = new BufferedReader
(new InputStreamReader(System.in))
We�ll discuss exceptions later
An object created to help with I/O