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 |
How many types of variables are there?
Can I extend singleton class in java?
What is the purpose of javac exe?
What are exception handling keywords in java?
Define interface?
How garbage collection is done in java?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is a final class ?
which swing component is similar to rich text box in .net/vb
Explain the differences between abstraction and encapsulation?
What do you mean by constructor?
How do listeners work?