Variable/Object Declarations
uIn Java – can take place anywhere
uStill need to set coding standards
ØShould still declare variables and objects as in traditional programming languages
ØCreating objects in “pseudo-declaration” sections makes code more consistent
§Supports objects created on the fly
§Code stands out and is easier to maintain
uCautions
ØNames may not begin with a number
ØJava is case sensitive
More advanced Java concepts