import javax.swing.JOptionPane;
class my11{
public static void main(String arg[]){
JOptionPane.showMessageDialog(null,"Hello \n how are you? ");
}
}

Please be kind to reply, what are the...