what is the default value of a variable char?(If not
assigned)
Answer Posted / ravi
default value of char is:\u0000
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of flag?
Describe how to implement singleton design pattern in struts.
What are the two ways of implementing multi-threading in java?
How do you use substring in java?
What is e java?
What is meant by tab pans?
What is java jit compilers?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What does flag mean in java?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Where is const variable stored?
What is a cup of java?
How do you use spaces in java?
What is the purpose of stub and skeleton?
What is the difference between call by reference and call by pointer?