Thankyou dude........
buddies i myself found the solution to check whether the process is compleated or not: solution try{ Runtime rt =...
The problem is ur calling the run() method of ur worker from ur main(). when u call ur run method directly multithreading has no use in ur program...
OK MR.pradeep its fine,actually i cant use kill command bcoz i dont know the process id,anyhow leave it, now tell me how do i know whether this...
Buddies... Actually i executed wget unix command using Runtime.exec() method and got the process object,now i want to forcely quit the running...
Mr.shabbir i think we cant do so bcoz a[i] is an array of pointers(as declared by gohgss) and what arg[1][i] points to is a character we cant...
u should use double pointer in arg1 and arg2 bcoz the swapped address wil get lost when the function returns,rest of the procedure is same...
Thank u dude..... :)
Thank you dude.... ok is there any way to get the HTML of a webpage given the IP address. I found all the URL class construtors take url as...
Buddies i need to get the URL given an IP address(that is a reverse DNS lookup) i tried using InetAddress getHostName() method but its working for...
Thankyou buddy......i have been breaking my head for days.Thanks a lot dude...it worked fine.
1.) #include<stdio.h> 2.) #include<malloc.h> 3.) struct node 4.) { 5.) int val; 6.) struct node *next; 7.) }; 8.)...
Separate names with a comma.