Computer Science, asked by avlnsaiswaroop, 11 months ago

Choose the right constructor available for PUT command
Put(byte[] rowkey)
Put(byte[] rowkey,long ts)
Put(byte[] rowkey RowLock rowLock)
Put(byte[] rowKey, long ts RowLock rowLock)​

Answers

Answered by rkaushik86
0

Answer:

option a is the correct answer

Explanation:

hope it's helpful for you and mark as the brainliest answer please

Answered by syed2020ashaels
0

Answer:

Put(byte[] rowkey)

Explanation:

There are numerous uses of the PUT command. Some of them are listed below:

  1. The PUT command helps us to insert lines from a current file into a second file.
  2. It also stores a copy of a particular number of lines that starts with the current line.
  3. After this, we can append the stored lines to the end of another file.
  4. The PUT command is useful as it stores files on a server.
  5. It can also store files in text or in binary mode also.

Final Answer:

Hence, the correct answer is:

The right constructor available for PUT command is Put(byte[] rowkey)

Link:

https://brainly.in/question/16571603?referrer=searchResults

#SPJ2

Similar questions