Patel Chintan wrote:Hi I am having one problem while converting date format.
I am getting date as "2010-01-27 06:43:34" string in XML. I need to store it into UTC format.
The individual thread elapsed times start to approach the times I have observed if I run each individual test on the same thread.
Originally posted by Nidhi Singhal:
I want to convert java.nio.ByteBuffer object to a StringBuffer.
Originally posted by David Weitzman:
The need for flip() comes from the different ways a buffer's position and limit values are interpretted in the two different contexts buffers are typically used: as places to insert data and as sources from which data is read.