Amit Garg wrote:

>Simple question: Is it recommended to always use Object types (like
>Integer) as opposed to primitive types (like int) when building web
>services?
>
  I prefer to use int, personally, but I don't believe it really 
matters.  I like to use primitive types in my beans as much as possible, 
and if I need to use an object method then I just instantiate it at that 
time.



Reply via email to