Can we assign integer value to char in java?
Answer / Karan Mehta
No, in Java it is not possible to assign an integer value to a char variable directly. However, you can convert an integer to its corresponding character using the (char) cast operator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about exception propagation?
What is boolean false?
What is the java idl system?
What is a class ?
what are the states associated in the thread? : Java thread
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
What is the difference between replace and replace all?
What is java used for on a computer?
Why we use protected in java?
Can you override static method in java?
What is a singleton factory?
What types of inheritance does Java support?