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 |
Give a briefing on the life cycle of a thread.
what is mean by ooad? where we are using? can you tell me any real time example?
What is the use of conditional statement?
Why do people says “java is robust”?
What is binary tree in java?
What are different types of constants?
What is time complexity java?
What is the exact difference in between Unicast and Multicast object ?
What are the actions that can occur when a thread enters blocked state?
Where we write javascript code in html page?
How can an object be unreferenced?
Explain the use of volatile field modifier?