Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


For an example, if we have some variable in run method, and
we created one or more threads. Does all threads will share
the same variable or a copy of variable is created for each
thread??



For an example, if we have some variable in run method, and we created one or more threads. Does a..

Answer / ranganathkini

No, each thread will have its own copy of the variable.

The reason is that run() is a method and any variable
declared inside a method is considered a local method and
its scope remains only within that method. If new thread
instances are spawned then each thread instances' run()
method will have their own copy of the variable.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");

8 Answers  


how can u cal servlet from java?

7 Answers  


what are the software's needed to develop advanced java 3 tier application project

1 Answers  


What are the call back methods in entity bean?

0 Answers  


what is Activation Instantinator?

0 Answers  


Why use POJO when I can use hashmap

0 Answers   Infotech,


how the mapping can be done from jsp to actionservlet?

2 Answers   SolutionNET,


Is jvm a overhead?

0 Answers  


What are skeletons and stubs and how they are generated?

2 Answers  


When a thread terminates its processing, it enters into what state?

1 Answers  


Explain the stub's and skeleton's functionality?

7 Answers  


What are externizable interface?

0 Answers  


Categories