Sac Patel

Greenhorn
+ Follow
since May 20, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sac Patel

Hi Michael,
On My assignment there is a restriction on RMI that says
<code>
You must provide all classes pre-installed so that no dynamic class downloading occurs.
</code>
SO i think you have to include stubs in client.jar
sorry for the dumb question. it just came to me that i can cast it to (char) and it gets converted
Hi All,
After i read the byte value from the db.db how do i comvert that value to a ASCII value. is there a conversion facility, thro' which i can easily convert from 65 -> 'A'. thanks for the help
Thanks Andrew, I am also new to RMI and the code example you gave helped a lot.