Forum: Java Aug 13th, 2007 |
| Replies: 3 Views: 618 value of i is 0(zero), because
1. the assingment to variable i has no effect.
2. i++ itself increment the value of i by one,
and againg u are trying to assing i=i++, which is no
... |
Forum: Java Aug 13th, 2007 |
| Replies: 6 Views: 1,576 Im not assigned this in company, this is my own interested work, I need to do this. And assume that there is no proxy server and I want to do the above objectives. I need help from you all.
... |
Forum: Java Aug 10th, 2007 |
| Replies: 6 Views: 1,576 Hello EveryOne,
Im Thiyagu Junior Java developer, can any one help me for design pattern or idea to develop HTTP monitor in Java.
The objectives of HTTP monitor is
- to log/view all URLs that... |
Forum: Java Jul 31st, 2007 |
| Replies: 2 Views: 996 1. open the Java program in Eclipse IDE
2. right click at the content area of the Java Program
3. select Run As -> Run
4. select the Arguments tab
5. enter the command line argument value in... |
Forum: Java Jul 25th, 2007 |
| Replies: 4 Views: 18,314 Dear jwenting,
Thank you very much for your kind information. The problem I faced was, the Webservice need the Client to send SOAPHeader along with request. I tried it to set SOAPHeaderElement... |
Forum: Java Jul 25th, 2007 |
| Replies: 4 Views: 18,314 Dear ksaxena,
Thank you very much for your kind information. The problem I faced was, the Webservice need the Client to send SOAPHeader along with request. I tried it to set SOAPHeaderElement... |
Forum: Java Jul 23rd, 2007 |
| Replies: 4 Views: 18,314 Hi All,
Im Thiyagu, a junior software developer(Java/J2ee). I have assigned to access Webservice (sending request and receiving response from a WSDL). can any tell me the steps involved to... |
Forum: Software Development Job Offers Sep 15th, 2006 |
| Replies: 6 Views: 3,021 hai Im Thiyagu,
Im Interested to make an assingment with U . send me the work I have to do |
Forum: RSS, Web Services and SOAP Sep 15th, 2006 |
| Replies: 1 Views: 4,285 Hai!
Im Thiyagu, Im being assinged with Project that Comprises the Technology with XML & SOAP. But unlucky I dont Know anything about XML & SOAP. so plz..... send me easy understandable eBooks or... |
Forum: C Sep 14th, 2006 |
| Replies: 6 Views: 1,214 [quote=the.future.zone;251678]Hi guys. Hope all is well.
hile( b!= 0) /* this is the part where things */
{ /* become... |