08-04-2011 08:17 AM
Is it possible to use one HTTPConnection and make more than one HTTP post queries using its input/outpur streams?
I want to know if it is possible to avoid calling Connector.open() every time?
I am connecting to the same server, just the http post parameters are different.
button to give kudos if I helped you