Internet Explorer 9 Is Out

It can be downloaded from http://windows.microsoft.com/en-US/internet-explorer/products/ie/home. It is not available for Windows XP. First impression: it is faster and improved.

Read More →
Tutorial Java SCJP – #14 Methods and passing variables into methods

In Java, methods define the object behavior or implement different functionalities at class level (for static methods). If variables (value type or references) represent the static part of Java programming,then methods represent the dynamic part because methods are equivalent to code blocks that are executed and that are processing some variables.

Read More →