Is a char always 1 byte?
Answer / Pankaj Sahu
Yes, in Java, a char data type is always 16 bits (2 bytes), even though it can store only Unicode characters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name and explain the types of ways which are used to pass arguments in any function in java.
How do you sort arrays in java?
Convert a binary search tree to a sorted doubly linked list inplace.
How is a structure different from array ?
How can you write a loop indefinitely in java programming?
Is it possible to specify multiple jndi names when deploying an ejb?
How can you set an applet’s height and width as a percentage?
What does file separator do in java?
How is garbage collection controlled?
Definition for connection pooling?
Difference between method overloading and overriding.
What all access modifiers are allowed for top class ?