Search:

Type: Posts; User: divakarasr

Search: Search took 0.15 seconds.

  1. Replies
    1
    Views
    1,566

    Memory related query

    Hi Folks,

    I have a class with the member methods are static(not member data).
    I have written this class to hold the utility methods for my application.But i have declared all the member methods...
  2. Replies
    12
    Views
    1,994

    Re: If statement help

    Hi,


    You have written
    if (name.equalsIgnoreCase ("Ryan"))
    {System.out.println ("Do the following.");}
    if (name.equalsIgnoreCase ("Sarah"))
    {System.out.println ("Do this.");}
    else...
Results 1 to 2 of 2