Java and MySQL Base Question Collection API Concept of String in Java Concept of Inheritance Just ask have you heard about the JDBC and ODBC concept no question but just ask And from my side, Prepare Well
Utilisateur anonyme
Ans 1: the most common use object is string object in any project. String object will be immutable Ans 2: In any project we use approx 90% string object because of immutability concept and it use String Constant Pool which is specially design for String object only By they help of SCP it creates a new object when only it required otherwise it use previous one Also increase performance Memory utilization Ans 3: String st = new String (); Ans 4: because of SCP(String constant Pool)