为了账号安全,请及时绑定邮箱和手机立即绑定

The selection cannot be launched ,and there are no recent launches无法启动选择,并且没有最近的启动(问题出现在哪里)

package com.imooc;


public class Telphone {

float screen;

float cpu;

float mem;

void call() {

System.out.println("telphone有打电话的功能");

}

void sendMessage() {

System.out.println("screen:"+screen+"cpu:"+cpu+"mem:"+mem+"Telphone有发短信的功能!");

}

}


正在回答

2 回答

你这个类里只定义了两个方法:call()方法和sendMessage()方法而并没有主方法main

即没有程序入口,怎么可能启动?

0 回复 有任何疑惑可以回复我~
你需要这样一个东西:
public static void main(String[] arys){

}

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

The selection cannot be launched ,and there are no recent launches无法启动选择,并且没有最近的启动(问题出现在哪里)

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信