1. Java integers are 32 bits.
2. Java Strings are 16 bits per character
3. To compare them or use the String in arithmetic expressions, you first need to convert the string to integer with something like int i = new Integer("12345");
Reputation Points: 1924
Solved Threads: 951
Posting Expert
Online 5,785 posts
since Apr 2008