To what value is a variable of the Boolean type
automatically initialized?
Answer Posted / harikrishna
a variable of the Boolean type
automatically initialized to false
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
what is static import in java? Explain
How to create packages in java?
When would you use a static class?
Explain garbage collection in java?
Difference between final and effectively final ? Why is effectively final even required ?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What is rmi and steps involved in developing an rmi object?
What does @param args mean in java?
Can a main method be overloaded?
How many types of java are there?
Can we use this () and super () in a method?
What is java full form?
How can we find the actual size of an object on the heap?
What is difference between java and java ee?
Can we restart a thread already started in java?