|
Re: Make a link between C programming and Java Application
|
Posted: Jan 14, 2004 2:33 AM
|
|
Actually Java can handle much larger values than C, because it uses larger bits to store any datatypes as compaired to C. Still, you should try to use 'long' where you have used 'int' in your Java program and 'double' where you have used 'float'. Again, put all the things in try...catch, so that if the Java program is throwing error, then you can get the error in console and solve it.
Best of Luck!!!
Regards, Ganesh B.
|
|