eBay Interview Question

write a multithreaded code that access a REST service and prints out a report out of the data gathered

Interview Answer

Anonymous

Jul 28, 2017

Use threads just for the REST calls. the rest can be done sequencially.