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 |
Give a brief description of java socket programming?
What is the difference between member variables initialization and assignment in a constructor?
Explain try and catch keywords in java?
How multipleInheritance is possible in java?
What is use of static method?
how to java plateform independent?
What is parsing a sentence?
why string is not taking as primitive datatypes but we r taking it as a class? why explain it?
How is a variable stored in memory?
What are peerless components?
What is the difference between array and arraylist? what is the difference between arraylist and linkedlist?
Which list is sorted in java?