hi...i m trying to develop/changes a application, but when i compile that application then it's not compiled and shows an exception that Character.isDigit is not found... but when i import ths class:---
import java.lang.Character then it is compiled...
but my question is why it compiled....because in java java.lang package is already imported..so what is need for importing this thing seperately.

Reply With Quote


