Answers

Question and Answer:

  Home  J2SE

⟩ What is local variable?

A 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.

 171 views

More Questions for you: