Search:

Type: Posts; User: william

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    6,635

    Re: Need help with this practice java question

    you can check for null by string == null or better yet string.equal(null);

    but yes the problem is in bold

    if you did the review on the api's then you will see that you get the int back for...
  2. Replies
    4
    Views
    6,635

    Re: Need help with this practice java question

    String API subString

    look at the subString api your looking for the \n so

    String str = "The dog ran through the fence \nafter the rabbit.\n\r"


    you found the first section of the first...
Results 1 to 2 of 2