What is meant by the Local variable and Instance variable?

Local variables are defined in the method and scope of variables that have existed inside the method itself.

An instance variable is defined inside the class and outside the method and scope of variables exist throughout the class.

Top 50+ Java Interview Questions with Answers

We covered nearly 50 + primary Java interview questions in this tutorial for fresh and experienced candidates.  Q.1- What is… Read More

4 years ago