Archive for March, 2008

Most Common TCP Ports

Ports are basically divided into three ranges: the Common Ports, the Registered Ports, and Private Ports.
The Common Ports are those from 0 through 1023.
The Registered Ports are those from 1024 through 49151
The Private Ports are those from 49152 through 65535
Common Ports
The Common Ports are assigned by the IANA and on most systems can only be […]

BSNL Broadband users - save yourself!

BSNL Broadband users - save yourself!
Disclaimer : The information provided below is for educational purpose only. I amnot responsible for any misuse of the information and discourages any illegal use of it.
Bsnl Broadband continues to grow as one the most popular broadband services in India with high speed facilities of upto 2 mpbs. But a […]

NetBeans 6.1

NetBeans.org is proud to announce the availability of NetBeans IDE 6.1 Beta!
Highlights of NetBeans 6.1 include:
* JavaScript support such as semantic highlighting, code completion, type analysis, quick fixes, semantic checks and refactoring;
* Performance enhancements including faster startup and code completion;
* Spring framework support with features such as configuration file support, code completion and hyperlinks to […]

Struts 2.0.11 General Availability Release

Struts 2.0.11 General Availability Release
23 October 2007
Hello now new version of struts is available. Here are the more information on Struts 2.0.11.
The latest release of Struts 2 is Struts 2.0.11, […]

Borderlayout Example code in Java

Borderlayout Example code in Java
BorderLayout is used in Swing application to create create professional cross platform layouts.
Learn Borderlayout Example in Java.