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 |
What is mvc in java?
What is close method? How it's different from Finalize & Dispose?
1 Answers InfoAxon Technologies,
How do you sort a string in java?
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
What is a java object and java application?
What is the use of singleton?
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?
What is nextint java?
when System.out.println("") is executed what happens in the back ground?
How does system arraycopy work in java?
What is constructor chaining in java?
what is difference between interface and abstract class..?