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 fundamental datatype?
What is difference between hash mapping and hash table?
What is OOP Language?
When do you create an index?
What is the importance of static variable?
What are basic data types?
What is boolean data type in java?
Give the difference between the println method and sqrt method?
What is java english?
Can Exception handling we can handle multiple catch blocks?
What is difference between pointer and reference?
What are access modifiers?