Spiga

See Cricket live score in Office

See Cricket live score in Office:

Unable to open the cricinfo.com to view the live scorecard. Try the following links:

http://scores.sify.com/index.shtml
http://in.wap.yahoo.com/p/cricket-india/LiveScore?match=1

Even these sites are not opening then try igoogle.
Still u r not able to view the score then only option is to try search cricket online/live score on google.

Getting Java Compilation Error

Getting Java Compilation Error When Compiling JDBC with java 1.5

When we try to compile  some java project with Java 1.5 compiler, we get the error

[javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
[javac] import oracle.sql.ARRAY;
[javac]                              ^
[javac] 1 error

This is because java 1.5 compiler doesn't support oracle.sql.ARRAY, so to remove this compilation error we need to upgrade the java compiler from 1.5 to java 1.6. The Java compiler 1.6 support all this classes as well as the old classes of java 1.5. Java 1.6 can be downloaded from Java Sun website.

How To Find HostName Of Computer

How To Find HostName Of Computer


The Hostname of the computer is the name of the computer. To find the hostname of the computer follows

the given steps:

1) Right Click on 'My Computer'
2) Open the properties
3) Click on the 'Computer Name' tab
4) You can find the Hostname of computer there by the tag name 'Full Computer Name'