Given the following,
public class myhorse {
public static void main(String [] args) {
Horse [][] theHorse = new Horse[3][];
System.out.println(theHorse[2][0].toString());
}
}
class Horse {}
what is the result?,Java, C ,C++, ASP, ASP.net C# ,Struts ,Questions & Answer, Struts2, Ajax, Hibernate, Swing ,JSP , Servlet, J2EE ,Core Java ,Stping, VC++,
HTML, DHTML, JAVASCRIPT, VB ,CSS, interview ,questions, and answers, for,experienced, and fresher
Given the following,
public class myhorse {
public static void main(String [] args) {
Horse [][] theHorse = new Horse[3][];
System.out.println(theHorse[2][0].toString());
}
}
class Horse {}
what is the result?