@kfisher Active 6 years, 6 months ago ActivityProfileForums Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 0 reply threads Author Posts August 22, 2018 at 2:04 pm #13781 KFisherParticipant You can create String in Java using two methods. 1. Using String literal Example: String str1=”Welcome”; String str2=”Java”; 2. Using “new” keyword Example: String str1=new String(“Welcome”); String str2=new String(“Java”); Author Posts Viewing 0 reply threads