Describe what a thread-local variable is in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?

0 Answers   CDAC,


What is meant by bytecode?

0 Answers  


What is procedure overloading?

0 Answers  


They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?

3 Answers   DNS, Wipro,


What is hard code & soft code?

7 Answers   Cognizant, Wipro,


If a method is declared as protected, where may the method be accessed in java programming?

0 Answers  


How does hashmap work in java ?

0 Answers  


What are uses of Hash Code?

2 Answers   Cognizant,


where do we use init()

2 Answers  


Why string is not thread safe?

0 Answers  


Variables used in a switch statement can be used with which datatypes?

0 Answers  


What is :: operator in java?

0 Answers  


Categories