Posts from December 2013

3 result(s) found

Long datatype - numerical computation puzzle
Java

Let's look at the below code snippet and guess the outputpublic class LongPuzzle{ public static void main(String args[]) { long milliSecondsPerDay = 24*60*60*1000; long microSecondsPerDay = 24...

What is a Java collection - quick overview
Java

We can use collection classes and objects to handle group of objects (other than arrays). Java has a collection frame work to deal with collections.Collection framework: A collection framework is a cl...

Java mobile browser detection
Java

Hi guys - I've posted an article 2 years ago on developing a mobile web application by using the existing desktop application. You can read more hereX-WAP-PROFILE is not a full measure for us to decid...