10 Java String interview Question answers
String interview questions in Java is one of Integral part of any Core Java or J2EE interviews. No one can deny importance of String and How much it in any Java application irrespective of whether its core Java desktop application, web application, Enterprise application or Mobile application. String is one of the fundamental of Java programming language and correct understanding of String class is must for any Java programmer. What makes String interview questions in Java even more interesting is the special status of String in terms of features and privileges it has, like + operator is kind of overloaded to perform String concatenation despite the fact that Java does not support operator overloading. There is a separate String pool to store String literal etc. In this article we will some frequently asked question on String in a Java interview which focuses on range of issues like immutability, thread-safety, Security etc.