What is the default value stored in Local Variables?

Answers were Sorted based on User's Feedback



What is the default value stored in Local Variables?..

Answer / nashiinformaticssolutions

Local variables don't store a default value. Additionally, primitive objects and variables have no default values.

Is This Answer Correct ?    0 Yes 0 No

What is the default value stored in Local Variables?..

Answer / glibwaresoftsolutions

Local variables don't store a default value. Additionally, primitive objects and variables have no default values.

Is This Answer Correct ?    0 Yes 0 No

What is the default value stored in Local Variables?..

Answer / glibwaresoftsolutions

Local variables don't store a default value. Additionally, primitive objects and variables have no default values.

Is This Answer Correct ?    0 Yes 0 No

What is the default value stored in Local Variables?..

Answer / guest

Local variables don't store a default value. Additionally, primitive objects and variables have no default values.

Is This Answer Correct ?    0 Yes 0 No

What is the default value stored in Local Variables?..

Answer / hr@tgksolutions.com

Local variables don't store a default value. Additionally, primitive objects and variables have no default values.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

if arraylist size is increased from initial size what is the size of arraylist...suppose initial is 100 , if i add 101 element what is the size...

10 Answers  


String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?

0 Answers  


What is autoboxing in java?

0 Answers  


what is the difference between yielding and sleeping? : Java thread

0 Answers  


what is the Yield() method used in threads?

4 Answers   Accenture,






What is the difference between length and length () in java?

0 Answers  


How to re-get an object that is collected by garbage collector?

1 Answers  


What is the advantage of preparedstatement over statement?

0 Answers  


How do you execute a thread in java?

0 Answers  


In a container there are 5 components. I want to display the all the components names, how will you do that one?

0 Answers  


why to use transient variables when static variables can be used for Serialization

4 Answers  


What is a void method java?

0 Answers  


Categories