Hi Friends, java enabled us a new main method signature.!
Have a look at the following class.
package com.varra.nosql.db;
/**
* @author Karthikeyan V. Reddy
*
* The Class Inserter, inserts the DB records into a DB.
*/
public class Inserter
{
/**
* The main method.
*
* @param args the arguments
*/
public static void main(String... args)
{
// TODO Auto-generated method stub
}
}
Have a look at the following class.
package com.varra.nosql.db;
/**
* @author Karthikeyan V. Reddy
*
* The Class Inserter, inserts the DB records into a DB.
*/
public class Inserter
{
/**
* The main method.
*
* @param args the arguments
*/
public static void main(String... args)
{
// TODO Auto-generated method stub
}
}
No comments:
Post a Comment