Posts from July 2013

6 result(s) found

Solution for Xperia Tipo Dual touch screen problem
Android

Sony is always best in their business. Xperia Tipo Dual is now Sony's very economical model in Xperia series. It looks like touch screen is misbehaving in this model. I've found an article to address this issue. So, kind of re-sharing...!

Enable fill handle and cell drag and drop in Excel 2007 and 2010
Microsoft Office

Microsoft for some reason has disabled "Fill handle" and "Cell drag and drop" option in Excel 2007 and 2010 by default. A regular Excel user can't imagine Excel program without these two features. This article will give you a small tip on how you could bring/enable these features back.

Java prime number program
Java

What is prime numberA number is called as a prime if it has only two divisors. In other words, a number which is divided only by 1 and itself. i.e.; number of factors for a prime number should only be...

JDBC ResultSet object types
Java

There're different types of ResultSet behaviors implemented by Javasoft. And here the list of different behaviors available for ResultSet objectForward only ResultSetScroll insensitive ResultSetScroll...

Java - the Java application launcher (JVM)
Java

"Java" is an interpreter that can be used to execute the byte code generated by Java compiler i.e.; it launches a Java application.It does this by starting a Java runtime environment, loading a specif...

Overcome the security problems on internet
Java

There're various security problems when we use internet. Here the list of few security problems over internet which could lead to misuse/loss of the data. These problems can be voided with few solutio...