Day 2 - Strings and String Buffer
Read

Day 2 - Strings and String Buffer

by VIshnu_Manohar

Code Snippets in JAVA Programming and their OUTPUTS-Day 2 CODE SNIPPETS OUTPUT STRINGS AND STRINGBUFFER public class Test { public static void main(String args[]) { String s1 = "Hello"; String s2 = "Hello"; if (s1. equals(s2)) System. out. println("Strings... More

Read the publication