What is your platform’s default character encoding?



What is your platform’s default character encoding?..

Answer / Mithlesh

The default character encoding on the Java platform depends on the underlying operating system. On Windows, the default encoding is usually CP-1252 (Windows-1252), and on Unix-like systems like Linux or macOS, it's often UTF-8.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is mvc in java?

1 Answers  


What is close method? How it's different from Finalize & Dispose?

1 Answers   InfoAxon Technologies,


How do you sort a string in java?

1 Answers  


A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet

3 Answers  


What is a java object and java application?

1 Answers  


What is the use of singleton?

1 Answers  


why should we get the following error ? Exception in main method NoClassDefFoundError:classname could anyone give the detail clarification on how java compiler can look for .class file?

2 Answers  


What is nextint java?

1 Answers  


when System.out.println("") is executed what happens in the back ground?

2 Answers  


How does system arraycopy work in java?

1 Answers  


What is constructor chaining in java?

1 Answers  


what is difference between interface and abstract class..?

4 Answers  


Categories