Search:

Type: Posts; User: Engineeringserver

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    2,793

    Re: NullPointerException

    I've created quite some java applications (and non java software) but thats not the whole point. Your points are all valid but i'm assuming that when you create an object the object will used it...
  2. Replies
    9
    Views
    2,793

    Re: NullPointerException

    I find it easier to initialize objects but then again, there are people that don't like it. Nothing wrong with it though just my style of coding.
  3. Replies
    9
    Views
    2,793

    Re: NullPointerException

    When i code my software i always initialize a variable like this: String s = ""; etc saves a lot of trouble later on.
Results 1 to 3 of 3