Java Programmin Programming and Technical Programming

what is relation between hashcode and equals

Read Solution (Total 0)

Java Programmin Other Question

In the Byteland country a string “S” is said to super ASCII string if and only ifcount
of each character in the string is equal to its ASCII value.
In the Byteland country ASCII code of ‘a’ is 1, ‘b’ is 2...’z’ is 26.
Your task is to find out whether the given string is a super ASCII string or not.
Why Array index starts with zero ?