Skip to content

Tag: java-8

Why use lambda over normal methods?

So suppose my application does lots of repetitive work, for example let’s say my application checks lots of various Lists if they’re empty or not. There are two methods by which I can accomplish this functionality – (there maybe other methods but since my goal is to understand the difference…

Memory Leak Example -references and objects [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 2 years ago. Improve this question I hav…

openjdk-8-jdk – missing src.zip?

Below is the required info – To query the installed binaries, i tried below – On looking in to the jvm/java-8-openjdk-amd64 directory, I see the link for src.zip is broken Now how do i get the sources, i think i can get them manually – is this the only option I am left with?? Answer assuming…