why java has the size of character 2 byte ,while in c/c++ it
is of 1 byte?
Answer Posted / wasim
because java can handle any other country character
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How do I find jre version?
when i send the request to the JSP page it will print as it is and why? and how to solve this problem please inform me that solution
I am trying to create a new universal user group. Why can't i? : java security
Are the actual permissions for the application defined at run-time or compile-time? : java security
What is tight coupling in java?
What is maven in java?
1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?
What does jpa mean?
What is a yaml file in java?
What is resultsetmetadata in java?
What is cloning in java?
What is @resource annotation in java?
Which is best framework in java?
What is a uint8?
What if I write static public void instead of public static void?