Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Troubleshooting NullPointerException
What is NullPointerException and how to handle it?
✍: FYIcenter
When an object is not initialized, the default value is null. When the following things happen, the NullPointerException is thrown:
The NullPointerException is a runtime exception. The best practice is to catch such exception even if it is not required by language design.
2007-03-03, 8894👍, 0💬
Popular Posts:
Wha is the output from System.out.println("Hell o"+null);?Hellonull
What is the concept of XPOINTER? XPOINTER is used to locate data within XML document. XPOINTER can p...
How To Select an Oracle System ID (SID)? - Oracle DBA FAQ - Creating New Database Instance Manually ...
What is a measure in OLAP ? Measures are the key performance indicator that you want to evaluate. To...
Rachel opened her math book and found that the sum of the facing pages was 245. What pages did she o...