Category Archives: Technology

Interesting puzzle about Apples and Numbers!

My friend asked me this question earlier today. "Arrange n^2 apples in a square. From each row find the largest one and let A be the smallest of these. From each column find the smallest one and let B be the largest of these. Which one is bigger, A or B? Give reason." The obvious […]

0  

How the overflow arises!

I looked up scripting languages and saw the unlimited precision capability of the integer format. It immediately made me think how overflows are handled in C! C language uses 16 bit to represent variable type int. Most significant bit is used to represent the sign  If the most significant bit is zero then the value […]

0  

Diablo 3 Pre-Orders Available Now!

The day has arrived … Diablo 3 Pre-Orders Available Now!

0  

Validating Tomcat-SSL Configuration using a Java Client program

Continuing with the topic of configuring Apache Tomcat – SSL, we wish to validate the connection using a Java Client program. The prime motive is to use a standard Java Console application and connect over SSL with an already deployed web portal running on Tomcat. Use sample Java code – HelloClient.java (Replace the file extension […]

0  

Bermuda Triangle of Un-Productivity :>

Here is a new rehashed version of the fictional Bermuda Triangle. 🙂 I wonder whether Florida folks are affected by this!

0