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 the map interface in java programming?
What are the 6 functions?
What is byte [] in java?
If your team member writes code with lots of static variables and static methods, will it cause any side effects?
Explain inner classes ?
How variables are declared?
Why is singleton instance static?
Does java support Operator Overloading?
What carriage return means?
What is a bubble sort in java?
Can you call a method in a method?
What are recursive functions?