Some Java developers out there are very diligent about documenting their code with Javadoc. Every now and then, you see something like this: class MyClass { /** * Default constructor that initializes MyClass * using default values. */ MyClass() { … } … } The constructor in the example is called a no-argument constructor and not [...]
Pages
Categories
Stuff
Blogroll