you are viewing a single comment's thread
view the rest of the comments
[–] 23 points 3 years ago (1 child)

can I get uhhhhh NullPointer Exception: Object reference not set to an instance of an object.

  • source
  • hideshow 2 child comments
  • [–] 7 points 3 years ago (2 children)

    sorry we only have Exception in thread "main" java.lang.NullPointerException, is that okay?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 3 years ago

    How about

    Class lol : Object
    {
    public static init void main (string args)
    {
        virtual void A_Start()
        {
              Java.Print(args)
              break
         }
    }
    }
    

    In case it's not clear, I know nothing about Java.

  • source
  • parent