what is the default value of a variable char?(If not
assigned)
Answer Posted / divya
The default value of variable char is '0'
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
What are the advantages of packages in java?
What is the use of static methods?
What is parsing in grammar?
What are the advantages of functions?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What is java ceil?
How would overload a function based on return type?
What is the difference between call by reference and call by pointer?
Is there a jre for java 11?
What are the important features of Java 10 release?
What is bool mean?
What do you mean by constructor?
Explain about instanceof operator in java?
Differences between traditional programming language and object oriented programming language?
How do I convert a string to an int in java?