Search:

Type: Posts; User: noFear

Search: Search took 0.10 seconds.

  1. Re: How to make an error message when my program crashes?

    I like this approach very much can you give me a simple example how to use that?
  2. Re: How to make an error message when my program crashes?

    I really can`t understand how to use this code...can you put mine code in yours to see the usage?
  3. Re: How to make an error message when my program crashes?

    I have nothing so far. Here is a better explanation. I have this code:

    System.out.println("Enter RAM");
    int entered_RAM=scan.nextInt();

    I should enter a number here. When i enter letters the...
  4. How to make an error message when my program crashes?

    Hello
    Here is the situation: I have a variable from type int. I read it from the console. When letters are read instead of numbers the program crashes. I need a message when the program crashes-to...
Results 1 to 4 of 4