Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.s2 = s1;(both string)are they[…]
Read moreLatest Posts
s3 = s1;now what will s3 == s1 test return?
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review. s3 = s1;now what[…]
Read more“so, how does one compare 2 strings?”
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.“so, how does one compare[…]
Read more“if two strings have same characters, == test returns what?”
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.“if two strings have same[…]
Read morewhat does .equals do here:s1.equals (s2)s1 and s2 are strings
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.what does .equals do here:s1.equals[…]
Read more“if array has {0,1,2}, what is its “”length”””
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.“if array has {0,1,2}, what[…]
Read more“Which comes first in a 2D array, rows or columns?”,”Java is considered “”row major””
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.“Which comes first in a[…]
Read morestring.length includes NULL value elements?
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.string.length includes NULL value elements?[…]
Read morecan you?int i = s[0]; (s is a string)
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.can you?int i = s[0];[…]
Read morecan you do :s3 = s + s ;(s is a string),”yes
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.can you do :s3 =[…]
Read more