aspose file tools
The moose likes Java in General and the fly likes cast code so that i could receive the amount being returned from a method? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "cast code so that i could receive the amount being returned from a method?" Watch "cast code so that i could receive the amount being returned from a method?" New topic
Author

cast code so that i could receive the amount being returned from a method?

naved momin
Ranch Hand

Joined: Jul 03, 2011
Posts: 675

how to explicitly cast this code so that i could receive the amount being returned from a method ?


The Only way to learn is ...........do!
Visit my blog http://inaved-momin.blogspot.com/
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9940
    
    6

a short can only be up to 32k. I don't think there is anything you can do but change the return type of the method.

I won't swear to that, but i believe it is the case.


Never ascribe to malice that which can be adequately explained by stupidity.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: cast code so that i could receive the amount being returned from a method?
 
Similar Threads
Method: Return String Array position
Mixing of code - raw and generic
return Boolean
short return method
K&S CHAPTER 3