Skip to main content
Published: December 21 2004, 12:00:00 PMUpdated: July 19 2022, 12:34:09 PM

Does the JavaSDK have built-in multithreading support?

Multi threading is an application level feature implementation.
The Java SDK does not have built in multi threading support for the data objects, because the Java SDK is a tookit for rapid application development using the eBay SOAP API. The Java SDK itself is not an application, therefore it is the responsibility of the user to implement multi threading within the user's application when necessary.

How well did this answer your question?
Answers others found helpful