Click here to Skip to main content
15,900,477 members

Comments by Vinay Kumar Tiwary (Top 10 by date)

Vinay Kumar Tiwary 28-Jan-14 7:42am View    
hahaha.. I already asked Google before posting question over here but couldn't find a satisfactory answer.
Vinay Kumar Tiwary 28-Jan-14 5:57am View    
Hi Richard thanks for reply. You mean to say, whenever we perform a read operation, first data is transferred to kernel memory and then the kernel transfers it to user space. Is it the same case always or it may differ in different OS?
Vinay Kumar Tiwary 17-Nov-13 7:06am View    
Thanks for looking into this.. I got d solution. my initialization was wrong. Actually I'm a newbie to collections classes. To initialize the new list, I just passed the old list as argument to constructor and its working fine now.
Thanks everyone. :) :) :)
Vinay Kumar Tiwary 16-Nov-13 22:09pm View    
Hey, thanks for reply.. I did forget to initialize it..:P Sorry.. Now u can see, I've initailized it with the same size of queue1. Now its throwing me ArrayIndexOutOfBoundsException. Please help me out.
Vinay Kumar Tiwary 16-Oct-13 7:39am View    
Hi.. I tried your code. Its working fine for single instance but when I'm trying to add multiple divs it simply doesn't work. I'm using a button to add dynamic divs. When I click for the first time it adds that div to the panel and when I click it again, it doesn't add another div to the same panel. Can you please resolve my issue? Thanks..