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
- AS400 Job Scheduler
- API Example - Deleting Old Spooled Files
- Recover or reset QSECOFR passwords
- as400 Iseries Tips
- Make a Home made, open source mp3 Player
- AS400 API - QCMDEXC - Execute Command
- AS400 API - Retrieve Network Attributes (QWCRNETA)
- UDATE and *DATE in AS400 RPG
- as400 iSeries NetServer Disabled user profiles
- Sending and receiving email on i5/os - QtmmSendMail
No comments:
Post a Comment