1 2 3 4 5 6
public class LinuxBootLoader implements IBootLoader { @Override public void bootUp() { System.out.println("Booting: " + this.getClass().getSimpleName()); } }
This is the personal website of Senthil Kumaran. Amongst many things, he is a Software Developer, and a CPython Hacker.