package techyield;
/**
* @author satyanarayana gokavarapu
*
*/
public class Test{
public static void main(String[] args) {
// TODO Auto-generated method stub
Test object = new Test();
int value=4;
object.init(value,value);
}
void init( Long a,Long b)
{
System.out.println("Test class Long,Long method.");
}
void init(int... a)
{
System.out.println("Test class varargs method.");
}
}
JAVA CODE SNIPPET-9
Labels:
JAVA CODE SNIPPET-9
Subscribe to:
Post Comments (Atom)
Featured Post
H1B Visa Stamping at US Consulate
H1B Visa Stamping at US Consulate If you are outside of the US, you need to apply for US Visa at a US Consulate or a US Embassy and get H1...
No comments:
Post a Comment