Thursday, August 04, 2005
Common Java Coding Errors
When we are new to a programming language, we tend to commit the same errors over and over. New Java programmers tend to be fond of throwing NullPointerExceptions. This exception is caused when an object's attributes or methods are referenced before the object is instantiated--or after the object has been set to null. Here are more common errors to look out for in your code
Subscribe to:
Post Comments (Atom)
Popular Posts
- Creating an as400 Query
- Library list for Web server
- ibm as400 manuals v5r4
- Encrypt Data on as400 (QC3ENCDT, Qc3EncryptData)
- UDATE and *DATE in AS400 RPG
- AS400 Job Scheduler
- CVS Respitory on as400 Iseries II
- OS/400 PASE Shells and Utilities
- Recover or reset QSECOFR passwords
- Free RPG/i5 (AS400) Utility - Stop/Start Journaling for a File
No comments:
Post a Comment