Java笔试题常见英语
What will be the output when you compile and execute the following program?
当执行以下程序时会输出什么?rank绝对值引用怎么加
output 输出
compile 编译(动词) compilation(名词)
execute 执行(动词) execution(名词)
Runtime error. Incompatible type. Can’t convert an int to a boolean.
运行时错误。不兼容的类型。无法将一个整型转换为布尔型。
runtime 运行时
incompatible 不兼容的
convert 转换
Which method must be defined by a class implementing the java.lang.Runnable interface?
在一个实现了java.lang.Runnable接口的类里,哪个方法必须被定义?
method 方法
define 定义(动词)definition(名词)
implement 实现(动词)implementation(名词)
interface 接口
Given the following code, what will be the result?
假设有如下代码,运行结果会是什么?
given 假设有
following 如下的
Compilation fails because of an error on line 12.
编译失败,原因是在第12行出现一个错误。
linux系统具体安装过程fail 失败(动词) failure(名词) succeed(反义词:成功,(动词)) success(名词)
Which two are reserved words in Java?
下面哪两个单词是Java中的保留字?
reserve 保留,预订(动词) reservation(名词)
What is the numerical range of a char?
字符型的数值范围是?
numerical 数字的,数值的
range 范围
Which cannot directly cause a thread to stop executing?
(下列选项中)哪一个不能直接导致一个线程停止执行?
directly 直接地(副词) direct(形容词,动词)
cause 导致,造成(动词) 原因(名词)
thread 线程
Which two statements are true regarding the creation of a default constructor?
下面哪两句关于默认构造器的创建的说法是正确的?
statement 陈述,语句
regarding 关于,就…而论
arrow kotlincreation 创造,创建(名词) create(动词)
default 默认的
Constructors are used to initialize the instance variables declared in the class.
构造器是用来初始化类中声明的实例变量的。
initialize 实例化(动词) initialization(名词)
variable 变量
declare 声明(动词) declaration(名词)
You need to insert an inner class declaration at line 12.  Which two inner class declarations are valid?
你需要在第12行插入一段内部类声明的代码。下列哪段内部类声明的代码是正确的?
insert 插入网站后台模板对前台文章图片显示约束失效
valid 有效的,正确的
Which two declarations prevent the overriding of a method?
下列那两条声明语句使得一个方法不能被重写?
prevent 防止,阻止
override 重写,复写
Which code determines the int value foo closest to a double value bar?
下列哪段代码使得整型变量foo霹雳战冥曲在线看 double变量bar的值最接近?
determine 决定,使得(动词) determination(决心)
closest 最接近的(最高级) close(原级) closer(比较级)
Which command line invocation will produce the output?
下列哪一条命令行语句的调用会产生该项输出?
command line 命令行
invocation 调用(名词) invocate(动词)
produce 产生(动词) production(名词)
Which three are equivalent to line 2?
下列哪三条语句与第2行的语句等价?
equivalent 等价的
Which two create an instance of an array?
哪两条语句创建了一个数组的实例?
instance 实例  派生:instantiate 实例化(动词) instantiation(名词)
array 数组
At point X on line 4, which code can be added to make the code compile?
java常见笔试题
在第4行的X处,加入下列那段代码可以使其通过编译?
add 加入
Synchronized blocks place locks for shorter periods than synchronized methods.
与同步方法相比较,同步锁是用于给较短的时间段上锁的。
synchronize 同步(动词) synchronization(名词)
period 时间段,周期
How can you force garbage collection?
如何强制进行垃圾回收?
force 强制
How do you know if an explicit object casting is needed?
什么时候需要强制类型转换(显式类型转换)?
explicit显式的
casting 类型转换
If you assign a superclass object to a variable of a subclass's data type, you need to do explicit casting.
当声明一个子类的引用变量并指向一个父类的对象时,你需要进行强制类型转换。
assign 赋值,分配,赋予
superclass 父类,超类
subclass 子类
Explain the usages of anonymous inner class.
解释匿名内部类的用法。
explain 解释
usage 用法
anonymous 匿名的
If a class is located in a package, what do you need to change in the OS environment to be able to use it?
当一个类是在一个包的里面时,你需要在操作系统环境下做那些改变来使用这个类?
locate 位于(动词) location位置(名词)
OS (Operating System)操作系统
environment 环境
You need to add a directory or a jar file that contains the package directories to the CLASSPATH environment variable.
你需要在CLASSPATH环境变量中加入含有这个包的目录的目录或者jar文件。
directory 目录
contain 包含
Neither Abstract classes nor Interface can be instantiated.
抽象类和接口都不能被实例化。
neither … nor … 既不...也不...
instantiate 实例化
Describe the principles of OOP.
描述面向对象编程的原则。
describe 描述
principle 原则
OOP 面向对象编程(Object Oriented Programming)
There are three main principals of OOP which are called Polymorphism, Inheritance and Encapsulation.
面向对象编程主要有三个原则,分别被称为多态,继承和封装。
polymorphism 多态
inheritance 继承
encapsulation 封装
What are access specifiers available in java?
什么是Java中可用的访问权限修饰符?
access 访问权限
specifier 修饰符,说明符(源自动词:specify)
available 可用的
Access specifiers are keywords that determine the type of access to the member of a class.
访问权限修饰符是决定一个类中成员的访问权限类型的关键字。
type 类型
member 成员
keyword 关键字

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。