Comments

10 Tips for Writing Clean, Efficient, and Maintainable Code

Submitted by rems on
Writing clean, efficient, and maintainable code is the best practice for building the long-term success of your software projects. With this approach, it becomes easy for you and your team to understand, debug, and enhance your projects over time. Imagine that you are building a house, and you want it to be constructed strongly, easy to renovate, and well-organized. Just as a well-constructed

Comments

Submitted by GeePee on
Introduction: Welcome to a tutorial on the use of comments within Java. What are comments? Comments are just like the standard definition of comments anywhere in the world, they are used to explain something within the midst of the code. Comments are not read by Java and as such do not affect the program running. When are comments used? Comments are normally used to either make a note for the developer their self so they know where they need to go back to, or bookmark a specific location within a Java file.

Facebook Wall Script Clone (What’s On Your Mind)

Submitted by GeePee on
In this tutorial I’m going to show you how to add a Facebook-like Activity Stream or commonly known as “What’s on your mind?”. This will application will allow the user to enter their thoughts or and post it into the site wall. To start in this tutorial, we’re going to set up first our database table.