Hello,
I tried to post data to my servlet but i am getting an excpetion
java.lang.IllegalStateException: Already connected
the following is the code:
URL url=new...
Type: Posts; User: ssv452; Keyword(s):
Hello,
I tried to post data to my servlet but i am getting an excpetion
java.lang.IllegalStateException: Already connected
the following is the code:
URL url=new...
Hi
I am trying to send data like user name and password to the webserver in j2me.
I opened HttpConnection and tried to setup method(get/post) as...
I have 1600*1200 image and screen size 240*300 .
Is there any method to fit image to screen size using j2me?
And in java, int arr[]=new int[50]
If i use arr upto arr[25] , is it possible to...
while opening file in mobile , a prompt "allow application to read user data" is coming
how can i avoid such king of prompting to the user by giving all permissions to application to read file in...