It's called a label. It's an old relic from way back when where you could simply "jump" to another section of code and start executing from there (via the infamous goto keyword). In Java, labels...