- 
                    if there are more than one main method in a program, then which main method will be called.what will be the output 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"); } } 
- 
                    Install TomactHow to install tomact? 
- 
                    What is the role played by JSP in the MVC architectureSkill/Topic: JSP Thread ModelA) ModelB) ViewC) ControllerD) None of the above 

 
  
  
 