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 we override constructors?
whatis Home interface and Remoteinterface? with example?
Why we need Finally with try? pls expain with ur example..
What is Overriding and how can it be used?
What’s the difference between unit, integration and functional testing?
Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?
what are the differences between final,finally,finalize methods?
What is the difference between an object-oriented programming language and object-based programming language?
Explain Global variables in Packages?
Is void a type?
how to call one program .class file in another program
What happens when heap memory is full?