Home > Back-end >  About the String in the Java objects and String object storage distribution
About the String in the Java objects and String object storage distribution

Time:01-26



String a="a1";
String b="b1";
===========
A=new String String [] [] {" a1 ", "b1"}
B=a String [];

The store is this?
  • Related