Search:

Type: Posts; User: oyekunmi

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    10,458

    Re: While Loop Exit with String

    ri=uleof thumb: Dont us != or == To compare strings. They are meant for numbers
  2. Replies
    3
    Views
    2,655

    Re: Working with Methods

    in the while loop of getGoodProvinceCode() u didnt tell the while loop how to break if 'prov= "" '. Hence it continues running that loop which resulted into the stackoverflow error.
    The solution...
  3. Replies
    9
    Views
    3,588

    Re: private method , loop , switch , help?

    why not replace the != with < and see if any error concerning that still remains
  4. Replies
    6
    Views
    3,240

    Re: process control

    Try doing some stuffs with the java.lang.Runtime. it has a getRuntime class and exec() method.
  5. Replies
    3
    Views
    8,140

    How to kill proceses

    I'm looking for a way to kill proceses on my machine from my java program just like task manager
Results 1 to 5 of 5