Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
If there are more than one main method in a program, then which main method will be called.
class A
{
public static void main(String args[])
{
System.out.println("Hi friend");
}
}
class Test
{
public static void main(String args[])
{
System.out.println(" How are you");
}
}
Profile Answers by kamal.sharma Questions by kamal.sharma
Questions by kamal.sharma answers by kamal.sharma