Revisions for ⁨string_zero⁩

View the changes made to this paste.

public ⁨1⁩ ⁨file⁩ 2021-01-15 05:02:24 UTC

.java

@@ -0,0 +1,4 @@

+char[] cA = new char[2];
+		cA[0] = 12;
+		cA[1] = 0;
+		String str = new String(cA);
\ No newline at end of file