王老师:19139051760(拨打)复制微信 题目 更新时间:2023/10/10 以下程序的输出结果为 。class StringTest1{ public static void main(String[] args) { String s1="hello"; String s2=new String("hello"); if(s1.equals(s2)){ System.out.println("相等"); }else{ System.out.println("不相等"); } }} 答案 登录 注册 相等 出自:江开 >> 江苏开放大学JAVA程序设计形成性考核作业1 青岛科技大学继续教育学院