What is the default value stored in Local Variables?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between compile-time polymorphism and runtime polymorphism?
Explain how can you debug the Java code?
What is extension method in java?
What is meant by anonymous class?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
explain different ways of using thread? : Java thread
who can i handle multiple client in RMI
What are nested classes in java?
Explain the difference between jdk, jre, and jvm?
what type of questions asked for barclays technologies pune please send urgent
What do you mean by global variable?
Is null false in java?
How to solve the problem of generating the unique hash keys with hash function?
Why is java not 100% pure oops?