100
It is described as object oriented, robust, secure, architecture neutral, portable, high performance, interpreted, threaded, and dynamic.
What is the Java Programming Language?
Jeopardyint[] characters = new int[128];
for(int index = 0; index < s.length(); index++) {
characters[(int)s.charAt(index)]++;
}