Saturday, July 31, 2010

JAVA and SQL

How to execute a piece of code with out main method?
BY using static blocks we can do that,while loading calls into JVM it will be executed.
static{
System.ot.print("Hello satic");
}
from another class load this class with ForName.

No comments: