Programming Tutorials Browser Tutorials Articles Struts Tutorials Hibernate Tutorials

  Tutorial: Identifier Names

Getting the names of things right is extremely important.

Tutorial Details:

Getting the names of things right is extremely important. It makes a huge difference in readability. Many IDEs support refactoring, and specifically renaming. I will sometimes rename classes several times before I hit on exactly the obvious name. It's worth the effort.

Legal Characters
Every name is made from the following characters, starting with a letter:

Letters: a-z, A-Z, and other alphabetic characters from other languages.
Digits: 0-9


 

Rate Tutorial:
http://www.roseindia.net/java/java-tips/language/10basics/30names.shtml

Read Tutorial at: Click here to view the tutorial

Rate Tutorial:
Identifier Names

View Tutorial:
Identifier Names

Related Tutorials:

Validation with Java and XML schema, Part 4 - JavaWorld December 2000
Validation with Java and XML schema, Part 4 - JavaWorld December 2000
 
Design for performance, Part 3: Remote interfaces - JavaWorld March 2001
Design for performance, Part 3: Remote interfaces - JavaWorld March 2001
 
Reveal the magic behind subtype polymorphism - JavaWorld April 2001
Reveal the magic behind subtype polymorphism - JavaWorld April 2001
 
Make bad code good - JavaWorld March 2001
Make bad code good - JavaWorld March 2001
 
Language improvements and models make great Java - JavaWorld
Language improvements and models make great Java - JavaWorld
 
Personalize your Website with skins - JavaWorld June 2001
Personalize your Website with skins - JavaWorld June 2001
 
Log it or loose it
Log it or loose it
 
Object-oriented language basics, Part 7
Object-oriented language basics, Part 7
 
Create email-based apps with JAMES
Create email-based apps with JAMES
 
J2SE 1.4 premieres Java's assertion capabilities, Part 1
J2SE 1.4 premieres Java's assertion capabilities, Part 1
 
Quite poor testing
Quite poor testing
 
Smartly load your properties
Smartly load your properties
 
Good introduction
Good introduction
 
Once again, only introduction
Once again, only introduction
 
Isolate server includes' runtime context
Isolate server includes' runtime context
 
Good ideas
Good ideas
 
Second-generation aspect-oriented programming
Second-generation aspect-oriented programming
 
Smokescreen Introduction
Smokescreen is a Java obfuscator. Aside from being able to change symbolic names, it can also modify the bytecode instructions in methods thereby obfuscating control flow. This makes the resulting obfuscated classes much more difficult to decompile.
 
What package names are defined in the J2ME environment?
A compendium of J2ME package names, neatly arranged by JSR and presented for your illumination.
 
What are the defined J2ME system property names?
A compilation of J2ME properties sorted by JSR. Learn the names, test for optional packages or retrieve platform specific configuration values.
 
Site navigation
 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2006. All rights reserved.