Showing posts with the label Miscellaneous programsShow all

8) Write a Java program to illustrate String handling functions like concat, length, toLowerCase, toUpperCase, equals.

Write a Javaprogram to illustrate Java string handling for following functions: Concatenation of “dbjcollege”,”chiplun”, Reverse of “12721”. Determine whether the two strings:”dbjcollege”,”DBJCollege” are equal or not? Convert  the string “Hello World” to uppercase. Convert the string “Let Us C”to lowercase.Length of…

Read more