What string is utf8?



What string is utf8?..

Answer / Manish Panchal

"UTF-8 is a common character encoding used for text data in computers. In Java, Strings can be encoded as UTF-8 using various methods such as InputStreamReader or BufferedReader."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


How is java hashmap implemented?

1 Answers  


What is Yield() method when we r using this ? tell exactly

2 Answers  


What is the difference between ArrayList and Vector? which one is better in Java

1 Answers   SkillGun Technologies,


What is the format of Inner Class after it compiled?

1 Answers  


String Reverse in Java...!

5 Answers  


what is difference between excute query ()and execute update ()?

6 Answers   Symphony,


What is the purpose of object oriented programming?

1 Answers  


what is jdk1.5 features?

6 Answers   AMS, Virtusa,


What are the advantages of defining packages in java?

1 Answers  


What are the steps that are followed when two computers connect through tcp?

1 Answers  


Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?

2 Answers  


Categories