Podcast: Debunking Java Bytecode Manipulation Myths

In this week’s podcast, QCon chair Wesley Reisz talks to Tal Weiss, CEO of OverOps, recently re-branded from Takipi. The conversation covers how the OverOps product works, explores the difference betw…

Similar

Parallel Programming in Java

Parallel, Concurrent, and Distributed Programming in Java from Rice University. This specialization is intended for anyone with basic knowledge of sequential programming in Java, who is motivated to learn how to write parallel, concurrent and ... (more…)

Read more »

A Java Exceptions must read guide

I think the first thing we should discuss is: what is an exception. In a short definition: an exception is a notification of an execution error occurrence. What kind of errors can occur: programmin…

Read more »