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 →Solutions and tutorials for IT&C development
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 →Starting with Java 5.0 you can define methods with variable argument lists (var-args). These methods can be used in situations when you don’t know the exact number of arguments. These is also available in other programing languages and even I is not intensively used, it is a topic for the SCJP exam.
Read More →Shadowing occurs when you define a method with input parameters that have names identical to a static variables or instance variables.
Read More →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 →Android API does not provide support for Web services. Thus, Web services are consumed using a third-party libraries. One example is kSOAP2 (http://ksoap2.sourceforge.net/), optimized for Android.
Read More →