题目内容

下列哪个选项是属于方法重载()

A. int add(int x,int y)和 float add(int x,int y)
B. int add(int[] x)和 float add(int x…)
C. void mess()和String mess()
D. float sub(float x,float y)和float sub(double x,double y)

查看答案
更多问题

一个java应用程序必须有一个类含有( )方法

A. 构造方法
B. 普通方法
C. main主方法
D. 抽象方法

下列哪个是Java应用程序主类中正确的方法( )。

A. public void main(String[] args)
B. static void main(String[] args)
C. public static void Main(String[] args)
D. public static void main(String[] args)

this关键字可以出在任何的方法中

A. 对
B. 错

this( ) 不能在普通方法中使用,只能写在构造方法中。

A. 对
B. 错

答案查题题库