This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: Java Term of the Week: Identifier
Feed Title: Focus on Java
Feed URL: http://z.about.com/6/g/java/b/index.xml
Feed Description: java.about.com's Focus on Java
An identifier is simply the name given to a package, class, interface, method, or variable. It allows a programmer to refer to the item from other places in the program....