To what value is a variable of the Boolean type
automatically initialized?
Answers were Sorted based on User's Feedback
Answer / harikrishna
a variable of the Boolean type
automatically initialized to false
| Is This Answer Correct ? | 10 Yes | 0 No |
Explain what access modifiers can be used for methods?
What is the use of parseint in java?
Difference between static and dynamic class loading.
Which types of exceptions are caught at compile time?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is isa relationship?
What is hashing in java?
What is a treeset class?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
What is an enumeration?
What is the difference between jdk and jre?