Skip to content

Kai Karren's Blog

callables

Java Callables

October 13, 2022 by Kai Karren

What is a callable and why should you use it e.g. compared to a runnable? The difference between a callable and a runnable is that a callable can have a return type. Let’s look at a simple, constructed example in which we want to calculate the formula x * 2 – 42 for n numbers … Read more

Categories Software Development Tags callables, concurrent-programming, java Leave a comment
© 2025 Kai Karren's Blog • Built with GeneratePress