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 |
can you program for reverse string?
Explain the pointers in Java?
What is difference between “==” and equals()?
What are the advantages of unicode?
How do you use parseint in java?
What are blocks?.
What is serialVersionUID and what is its need?
What about anonymous inner classes in java?
Explain about data types?
What do you understand by a Static Variable?
java Technical questions asked by JPMC
What is a generic type?