hi,
    I want to know whether the following code is row locked default

   Put put = new Put(rowID)
   hTable.put(put);

Reply via email to