Question :Can we overload main method in java? (CoreJava)
Answer :Yes. But the main method with String args[] is called when you call the
programme (java Test1) Have a look at this demo. public class Test1
{
public static void main(String[] args)
{
System.out.println("in main method");
}
public static void main(String args[],String arg)
{
System.out.println("in overload method");
}
}
www.interviewhelper.org is a hope for all the Job seekers. Users can find unlimited here. These range from technical to HR, from functional to behavioral. www.interviewhelper.org contains in the fields like Ajax,VB,Networking,Sharepoint,JEE,Perl,Javascript,Bioinformatics,Classic ASP,Unix,Linux,Accounting,Oracle DBA,Microprocessor,Bluetooth,jms,jme,.net framework,ABAP,ASP,ASP.net,Basic .net Framework,Interview Questions,C language,C++,database,Oracle,Java,PHP,LAMP,SAP etc.
Tuesday, March 10, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment