Java EE 8 Final specification now available [pdf]

We recommend upgrading to the latest Safari, Google Chrome, or Firefox. Read more

Similar

Java JEP338: to express vector computations

Provide an initial iteration of an incubator module, jdk.incubator.vector, to express vector computations that reliably compile at runtime to optimal vector hardware instructions on supported CPU architectures and thus achieve superior performance to equi... (more…)

Read more »

Hashing in Java

Hashing is an interesting technique we need to use in standard java solutions such as services and microservices. SHA-256 is a secure hash ... (more…)

Read more »