Over riding get()

edited July 2017 in Programming Questions

I'm working on multithreading using the Callable interface for java. When I try to use the get() function I'm getting an error and I was wondering if it could be caused by processing trying to use it's default function, and if so how I would go about working around that.

Answers

Sign In or Register to comment.