Search:

Type: Posts; User: xpr2

Search: Search took 0.14 seconds.

  1. Thread: Gobal array

    by xpr2
    Replies
    3
    Views
    1,396

    Re: Gobal array

    Thanks a lot. I am new to java and hadn't realized we can declare outside if you use the new operator.
  2. Thread: Gobal array

    by xpr2
    Replies
    3
    Views
    1,396

    Gobal array

    I would like to know if we can dynamically create an array in main method but declare it as global. Is such a thing supported by java?

    Here is my reason,
    I am working with images. So within the...
  3. Thread: Strange Image IO

    by xpr2
    Replies
    1
    Views
    1,129

    Re: Strange Image IO

    Anyone help please?
  4. Thread: Strange Image IO

    by xpr2
    Replies
    1
    Views
    1,129

    Strange Image IO

    I am testing the code for a 4X4 gif image named abc which I made with MSpaint which contained 2 black pixels and rest as white
    Once I ran the code (given below) the output was
    -1 -1 -1 -1
    -1 -1...
Results 1 to 4 of 4