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 compareto () in java?
Which class should you use to obtain design information about an object in java programming?
What are accessor methods in java?
Can you override static methods?
What language is pass by reference?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
What is functional interface in java example?
How to find the largest value from the given array.
What is java util hashmap?
What is the purpose of a transient variable?
Which is bigger double or float?
What is t in generics in java?
What are byte codes?
What do you mean by flow of struts?
What is the primitive type short?