what is the default value of a variable char?(If not
assigned)
Answers were Sorted based on User's Feedback
Answer / jai
When you try to print uninitialized char, you get the
compile time error.
"variable *** might not have been initialized" ERROR
| Is This Answer Correct ? | 9 Yes | 3 No |
What is core java called?
Can inner class be public in java?
What is adapter in java?
What is double checked locking in singleton?
Difference between hashCode() & equals()?
Why is java called java?
Where are register variables stored?
What is an off by one error in java?
What is instance synchronization?
Which one of the following suits the description of a string better: derived or primitive?
What advantage do java's layout managers provide over traditional windowing systems?
Which is illegal identifier in java?