Search:

Type: Posts; User: mstratmann

Search: Search took 0.17 seconds.

  1. Replies
    6
    Views
    1,263

    Re: java.lang.NullPointerException

    That is what I thought the variables is exactly what my instructor told me to use.

    Also you are correct originally I used String questions[] = new String[10], which seemed to work but as I said...
  2. Replies
    6
    Views
    1,263

    Re: java.lang.NullPointerException

    /*
    * Author: Thomas Stratmann
    * Course: IT152
    * Date: Sep 2, 2013
    * Program: IT152
    * Phase 1 Individual Project, Customer SurveyOld
    */

    public class SurveyTest24 {
  3. Replies
    6
    Views
    1,263

    java.lang.NullPointerException

    I have typed this code exactly the same way on my last program and now I am getting the following error!

    Exception in thread "main" java.lang.NullPointerException
    at...
Results 1 to 3 of 3