please explain this program and tell the out put of this program..
// Classname must be same as filename.
public class test
{
// Variables
private static String myText = "Hello, World";
private static String msg;
private static int myInt = 10;
// Main - Where the Action Starts
public static void main(String args[]) ...