Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~555 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for Gekke11

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.

Member Avatar for tha_ratl
0
102
Member Avatar for scias23

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 …

Member Avatar for scias23
0
166
Member Avatar for jamojo

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.

Member Avatar for jamojo
0
125
Member Avatar for tha_ratl

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 …

Member Avatar for tha_ratl
0
162

The End.