int y = 1/4;
xxxxxxxxxx
1/4
Result is 0
xxxxxxxxxx
// :: is a new operator included in Java 8 that is used to
// refer a method of an existing class. Comes in useful when using optionals:
Optional<Soundcard> soundcard = ;
soundcard.ifPresent(System.out::println);