filmov
tv
Java Bangla Tutorial 9 : String Array Compare with Input String
Показать описание
In this Java lecture, we discussed about array of String data type and variable declaration. There are many string manipulation variables are available for string manipulations like finding length, index, first index, last index etc.But for this program, we picked up equals for comparing two string with changing from any types to string case to UpperCase characters to compare. Then finally we got our desired output that either our searched string is in our string array or not.