Advertisement
Dprogrammed1

java ques 26

Mar 28th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.08 KB | None | 0 0
  1. String s1 = ” yes” ;
  2. String s2 = ” yes ” ;
  3. String s3 = new String ( s1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement