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
What is the benefit of inner classes in java?
how does multithreading take place on a computer with a single cpu? : Java thread
what do you understand by synchronization? : Java thread
How many bits is a 64 bit byte?
What is difference between hashset and hashmap?
Why you should not use singleton?
What is string pool?
What are methods and how are they defined?
What are the types of arrays in java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What is java full form?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What are the files generated after using IDL to java compiler?
What is a get method?
How are this() and super() used with constructors in java programming?