J2SE Question:
Download Job Interview Questions and Answers PDF
What is local variable?
Answers:
Answer #1A data item known within a block, but inaccessible to code outside the block. For example, any variable defined within a method is a local variable and can't be used outside the method.
Answer #2When a variable defined by inside of the class is called local variable.
Download J2SE Interview Questions And Answers
PDF
Previous Question | Next Question |
What is member class? | What is linker? |