No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Only problem is with [code]System.out.println((p^q)+ "\t" + (!=p));[/code] line. !=p is not a statement. You are trying to compare p with another variable to determine whether they are not equal. q!=p would solve the problem.
Hi! I suggest you should read on this and you will find the solution easily.. But as a help, You can use % operator to simplify do it. [code] int a=563%100; //a=63 int b=a%10; //b=3 [/code] use % with / and you can simply do the job... I hope this …
I agree with masijade.. What do you mean by "having problems with the shared drive in windows using http with different port" Those are completely two different things.
Hi all, I need help regarding following problem. I'm getting HTTP get responses from a program(Kannel) periodically. The HTTP is in the following format. "http://localhost/sms.php?A=10&B=abc" I want to know whether is it possible to get the values of A & B using a Java program (not JSP) as soon as …
The End.
tha_ratl