JAVA 2 SDK 1.4


JAVA 2 SDK 1.4
A. What is SDK ?
SDK (Software Development Kit) all standard tool that the programmer needed for building the software bases on Java.
SDK content is :
  • Java Compiler (Javac)
  • Java Virtual Machine (often call as Java Runtime Environment/JRE)
  • Java Class Libraries (Java library collection for running the applet without browser)
  • Java Debugger
  • Documentation
B. New Facility in Java 1.4
  • XML
Java API has added for XML processing.
  • New I/O APIs
New I/O API give new facility and better ability in buffer management, character set support, regular-expression, I/O file and I/O network which scalable.
  • JDBC 3.0
New version JDBC
  • Assertion Facility
Assertion is Boolean expression.
  • Regular Expressions
New package java.util.regex has new class that function is to find common in array of character or string as pattern wanted.
C. How to get Java 2 SDK 1.4 and Documentation
You can get at link

No comments: