Discussion :: Spring MCQs
- Method, all files in the source directory will be replicated to the destination directory.
Answer : Option A
Explanation :
Each time you call the replicate() method, all files in the source directory will be replicated to the destination directory. To avoid unexpected problems caused by concurrent replication, you declare this method as synchronized.
Be The First To Comment