Java   View all facts   Glossary   Help
syntactic unit > access unit > variable > constant > constant local variable
Next constantconstant that is declared in an interface    Upconstant, local variable    Previous constantstring constant   

constant local variable comparison table
Subject declare anywhere in have have lifetime initialize by is a kind of is a synonym of is a subtopic of have name reference without declare you has definition allow
constant comment if it is non-obviouslonger than the existence of an instance of the class variablefinal variableConstantsa constant namethe existence of an instance of a classuse the 'final' keywordA variable with a value that never changes 
local variablea methoda lifetime which is the time of one execution of its block an assignment statementvariable Variables and Data Types   A variable that is declared in a method 
constant local variablea methoda lifetime which is the time of one execution of its blocklonger than the existence of an instance of the classan assignment statementlocal variable Constantsa constant namethe existence of an instance of a classuse the 'final' keyword in Java 1.0

Next constantconstant that is declared in an interface    Upconstant, local variable    Previous constantstring constant