使用当前浏览器访问考试宝,无法享受最佳体验,推荐使用 Chrome 浏览器进行访问。
更新时间: 试题数量: 购买人数: 提供作者:
有效期: 个月
章节介绍: 共有个章节
我的错题 (0道)
我的收藏 (0道)
我的斩题 (0道)
我的笔记 (0道)
顺序练习 0 / 0
随机练习 自定义设置练习量
题型乱序 按导入顺序练习
模拟考试 仿真模拟
题型练习 按题型分类练习
易错题 精选高频易错题
学习资料 考试学习相关信息
public class E {
public static void main(String []args) {
System.out.println("ok");
System.out.println("您好");
}
class A {
public static void main (String args[ ]) {
int m=10,n=0;
while(【代码】) {
n++;
public class Test {
boolean boo = false;
if(boo = true){
System.out.print("hello");
System.out.print("你好");
else {
System.out.print("ok");
System.out.print("yes");
int m = 0;
if(【代码】){
System.out.println("hello");
class Hello {
Hello(int m){
int Hello() {
return 20;
hello() {
public float getNum() {
return 3.0f;
public class B extends A {
【代码】
abstract class A {
abstract float getFloat (); //1
void f() //2
{ }
private float m = 1.0f; //3
private float getFloat () //4
{ return m;
abstract class Takecare {
protected void speakHello(){} //1
public abstract static void cry(); //2
static int f(){ return 0 ;} //3
abstract float g(); //4
class Dog {
Dog(int m){
Dog(double m){
int Dog(int m){
return 23;
void Dog(double m){