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
0
Answer:
option a is the correct answer
Explanation:
hope it's helpful for you and mark as the brainliest answer please
Answered by
0
Answer:
Put(byte[] rowkey)
Explanation:
There are numerous uses of the PUT command. Some of them are listed below:
- The PUT command helps us to insert lines from a current file into a second file.
- It also stores a copy of a particular number of lines that starts with the current line.
- After this, we can append the stored lines to the end of another file.
- The PUT command is useful as it stores files on a server.
- 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