Java Talk by EPAM, Gdansk
18.10 – 18.50 – Pawel Kierat – “Contracts in Java with OpenJML”
18.50 – 19.10 – Pizza/Coffee Break
19.10 – 20.00 – Ivan Zvieriev – “No GC techniques for Low latency Java”
At last! After long break, EPAM Tech Talks are coming back to Gdańsk. You can’t miss it! Come and join us on the evening dedicated to JAVA and meeting new people over tasty pizza slices. Check out below what awaits you and don’t hesitate to sign up today!
Registration is mandatory: https://events.epam.com/events/java-talk-by-epam-gdansk
WHAT: Two Java-related technical sessions
WHERE: EPAM office, 7th floor, Olivia Prime, aleja Grunwaldzka 472E, Gdansk
WHEN: December 04, 18.00
“Contracts in Java with OpenJML” – Pawel Kierat
In the era of ever-growing role of computers in our lives, from medical equipment and satellites to cars and refrigerators, making reliable software becomes crucial to many organizations. During the talk, I'm going to show how such reliability can be improved by specifying clear expectations and obligations of API (expressed in JML), starting from top-level architecture down to the body of a single method.
“No GC techniques for Low latency Java” – Ivan Zvieriev
Java’s automated memory management has trade off – performance reduction. In low latency systems performance of the application is key factor. In this presentation I’m showing how to not create garbage to avoid garbage collection. No JVM tuning, no GC tuning – only pure code.