Search:

Type: Posts; User: youngstorm

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    6,885

    [SOLVED] Re: returning null instead of int

    Thanks again. :)
  2. Replies
    5
    Views
    6,885

    [SOLVED] Re: returning null instead of int

    Thanks to both of you for your help. This is the info I was looking for. Also, glad to know about the wrapper classes, that will do what I was hoping to do. Again, no special reason; I'm just playing...
  3. Replies
    5
    Views
    6,885

    [SOLVED] returning null instead of int

    Hi,
    I have the following code. The point is to test returns.



    public class objects
    {
    public static void main(String[]args)
    {
    int x = 0;
Results 1 to 3 of 3