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
How does singleton class work?
Can constructor be static or final?
Is string a datatype?
What is the size of integer?
Does java have extension methods?
What is an interface in java? Explain
How do you compare objects in java?
What is method overloading and method overriding?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is array and arraylist in java?
Discuss different types of errors that generally occur while programming.
List implementations of list interface?
Difference between this() and super() ?
Difference between overriding and overloading in java?
How do you input a string in java?