What is the default value stored in Local Variables?
Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of the runtime class in java programming?
Can we override the overloaded method?
What is the use of toarray () in java?
What is null statement?
What is the byte order of byte buffer?
Explain the importance of import keyword in java?
Describe what happens when an object is created in java ?
Can You Have Virtual Functions In Java?
What is difference between call by value and call by reference?
How do you implement polymorphism in our day to day life?
What is the simpletimezone class in java programming?
How strings are created in java?
How are variables stored?
Why declare Main() inside the class in java ?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?