-
Responsive Web Design (RWD)
From Wiki Responsive web design (RWD) is a web design approach aimed at crafting sites to provide an optimal viewing…
-
JAVA 7 Features
Key Features Strings in switch Statement Multiple Exception Handling Try with Resources Java nio Package Binary Literals, underscore in literals…
-
Native Keyword / Calling C Program From Java
You might have seen in Java API many methods are using native keyword. Lets understand them. The native keyword is…
-
JavaScript Utility
Below are few Java Script methods to help you. Debugging in JavaScript: Debugging in JavaScript is now become easier with…
-
Twitter Bootstrap
From Wiki Bootstrap is a free collection of tools for creating websites and web applications. It contains HTML and CSS-based…
-
Ant Build Tool : Quick Notes
Ant Script for JAVA Developers 1) Simple Ant Script for Clean , Compile and jar generation adding Manifest information to…
-
-
Blank final field in Java
A variable that is declared as final and not initialized is called a blank final variable. A blank final variable…
-
Fail Fast vs Fail Safe Iterator in Java
When an iterator is created, either it is directly created on the collection (Fail Fast), or created on a clone…
-

Double Brace Initialization In Java
Another way of initializing collections and objects in Java. This is rarely known concept of Java,although this type of initialization has been…



