What is the default value stored in Local Variables?
Answer Posted / 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 |
Post New Answer View All Answers
Can java run on google chrome?
How to perform merge sort in java?
What is a final class in java?
State the difference between strings and arrays.
Why do we need data serialization?
What is difference between float and double?
What is intern method in java?
what invokes a threads run() method? : Java thread
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What advantage do java's layout managers provide over traditional windowing systems?
what is instanceof operator used in java?
What is meant by object?
What are the differences between c++ and java?
What java ide should I use?
What do the thread?class methods run() and start() do?