InterviewSolution
Saved Bookmarks
| 1. |
Is Pdfbox Thread Safe? |
|
Answer» No! Only one thread MAY ACCESS a SINGLE DOCUMENT at a time. You can have multiple threads each accessing their own PDDocument object. No! Only one thread may access a single document at a time. You can have multiple threads each accessing their own PDDocument object. |
|