Search:

Type: Posts; User: chronoz13

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    2,347

    Re: StringIndexOutOfBounceException

    guys i've already solved a frament of my problem.

    regarding with whitespaces (blank spaces) ,,

    the only thing is the
    "" empty string... its not null right? because im declaring double qoute...
  2. Replies
    7
    Views
    2,347

    Re: StringIndexOutOfBounceException

    whaa!!! getting confuse here... exceptions are what? bad practice? so my my logic is right? i want to remove the exception by adjusting the logic of that code?








    i just want to input...
  3. Replies
    7
    Views
    2,347

    StringIndexOutOfBounceException

    public class Sample {

    private static Scanner sc = new Scanner(System.in);

    public static void main(String[] args) {

    String str;

    System.out.print("Enter: ");...
Results 1 to 3 of 3