Home / CSE MCQs / Spring MCQs :: Discussion

Discussion :: Spring MCQs

  1. Method, all files in the source directory will be replicated to the destination directory.
  2. A.
    replicate
    B.
    copy
    C.
    rep
    D.
    none of the mentioned

    View Answer

    Workspace

    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