English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

when i try to get into a spades room

2007-01-19 11:38:42 · 1 answers · asked by joewoody40 1 in Games & Recreation Card Games

1 answers

public class NullPointerException
extends RuntimeException
Thrown when an application attempts to use null in a case where an object is required. These include:

Calling the instance method of a null object.
Accessing or modifying the field of a null object.
Taking the length of null as if it were an array.
Accessing or modifying the slots of null as if it were an array.
Throwing null as if it were a Throwable value.
Applications should throw instances of this class to indicate other illegal uses of the null object.


To summarize this is program bug.

2007-01-22 10:12:07 · answer #1 · answered by Jigyasu Prani 6 · 1 0

fedest.com, questions and answers