单项选择题在编写Applet程序时,程序中必须有的import语句是( )。
单项选择题下列程序的执行结果是( )。public class Testff{public static void main(String args[]){String sl=new String( I am boy );String s2=new String( I am boy );System.out.println(sl==s2);}}