what is the default value of a variable char?(If not
assigned)
Answer Posted / 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 |
Post New Answer View All Answers
Differentiate between nested and inner class in java.
What is hash table in java?
How many boolean functions are there?
How big is a boolean?
What is the applet security manager, and what does it provide?
What is the instance of an object?
Implement two stacks using a single array.
What is stringwriter?
how do I create a runnable with inheritance? : Java thread
What is stream api in java8?
What is the difference between path and classpath variables?
Does printwriter create a file?
Is a method a procedure?
When we should use serialization?
how to create multithreaded program? Explain different ways of using thread? : Java thread