Results 1 to 6 of 6
- 03-03-2009, 10:37 PM #1
Member
- Join Date
- Mar 2009
- Posts
- 9
- Rep Power
- 0
[SOLVED] [HELP] converting methods
well for learning purposes I do RSPS. but I would like to know how to convert methods such as this
from CLIENTSIDE to serverside methods.Java Code:public void method1037(int arg0, int arg1) { anInt2918++; aByteArray2935[anInt2954++] = (byte) (arg0 >> -1339568208); aByteArray2935[anInt2954++] = (byte) (arg0 >> -1948176456); aByteArray2935[anInt2954++] = (byte) arg0; aByteArray2935[anInt2954++] = (byte) (arg0 >> -1320695128); if (arg1 > -90) aClass9_2908 = null; }
I know somewhat what to do, but not enough.
help pl0x :)
- 03-04-2009, 05:32 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
What you mean by client side and server side methods. There are no such things in programming, as far as I know.
- 03-04-2009, 12:27 PM #3
Member
- Join Date
- Mar 2009
- Posts
- 9
- Rep Power
- 0
oh, I've heard people talk on these other forums about this kind of thing but I guess it doesn't exist.
thanks :)
- 03-06-2009, 05:18 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
May be, that's why I say that I don't know on my knowledge. Actually I've never heard about that before. Let see others comments.
- 03-06-2009, 08:36 AM #5
Senior Member
- Join Date
- Aug 2008
- Posts
- 384
- Rep Power
- 5
Client/Server side just means that the method is in a client or in a server, I guess.
Besides, rs private servers don't really help you to learn java, tbh.I die a little on the inside...
Every time I get shot.
- 03-06-2009, 11:46 AM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
Trouble with static methods and boolean equals() methods with classes
By dreamingofgreen in forum New To JavaReplies: 8Last Post: 04-16-2012, 11:00 PM -
Converting an App to Applet
By josephdcoleman in forum New To JavaReplies: 1Last Post: 02-21-2009, 07:07 AM -
Converting asp files to jsp
By vrk in forum Advanced JavaReplies: 5Last Post: 02-11-2009, 09:44 AM -
Converting URL to URI
By Java Tip in forum Java TipReplies: 0Last Post: 12-26-2007, 10:15 AM -
help with converting to JApplet
By Simmy in forum AWT / SwingReplies: 2Last Post: 08-09-2007, 08:45 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks