|
Studio supports both JDK 1.3.1 and 1.4 versions. Using either of the JDK versions does not require the developer to make any changes in the way the application is being developed. All the implementations and functionalities are completely supported for both versions.
However, before starting to work with JDK 1.4, the following must be ensured:
assert i>0; will result in parse errors in editor. To avoid this, write it in the format assert(i>0);
| Pramati Technologies © Copyright |
|