Which two are reserved words in the Java programming language?()
第1题:
A.run
B.import
C.default
D.implement
第2题:
A.The class implements java.lang.Comparable.
B.The class implements java.util.Comparator.
C.The interface used to implement sorting allows this class to define only one sort sequence.
D.The interface used to implement sorting allows this class to define many different sort sequences.
第3题:
Grammar is a description of the()of a language and the way in which linguistic units such as words and phrases are combined to produce sentences in the language.
structure
略
第4题:
Which interface does java.util.Hashable implement?()
第5题:
Which the two are reserved words in Java?()
第6题:
Given in a single JSP page: <%@ taglib prefix=’java’ uri=’myTags’ %> <%@ taglib prefix=’JAVA’ uri=’moreTags’ %> Which two are true?()
第7题:
Given a class whose instances, when found in a collection of objects, are sorted by using the compareTo() method, which two statements are true?()
第8题:
Identify two correct statements to complete the sentance. In a Coherence implementation, it is a best practice to implement PortableObject on all customer objects because:()
第9题:
it leverages Java’s built-in serialization
it provides a more efficient serialization of the object
it allows the object to be shared across applications
it allows the object to be shared across programming platforms
第10题:
第11题:
Assertion expressions should not contain side effects.
Assertion expression values can be any primitive type.
Assertion should be used for enforcing preconditions on public methods.
An AssertionError thrown as a result of a failed assertion should always be handled by the enclosing method.
第12题:
In Java programming language only allows single inheritance.
In Java programming language allows a class to implement only one interface.
In Java programming language a class cannot extend a class and implement a interface together.
In Java programming language single inheritance makes code more reliable.
第13题:
A.Run
B.Import
C.Default
D.Implement
第14题:
Structured programming practices(71)rise to Pascal, in which constructs were introduced to make programs more readable and better(72)C provided a combination of assembly and high -level structure to create a general -purpose language that could be used from system to(73)programming. Next came object orientation, which is(74)of a metrology and design philosophy than a language issue. This is(75)by the addition of so - called OO extensions to current language, such as C++.
A.giving
B.given
C.gave
D.gives
第15题:
Which statement is true about assertion in the Java programming language?()
第16题:
Which two statements are reserved words in Java? ()
第17题:
Which interface does java.util.Hashtable implement?()
第18题:
Which statements about inheritance are true?()
第19题:
Which two can be used to create a new Thread?()
第20题:
run
import
default
implement
第21题:
Extend java.lang.Thread and override the run method.
Extend java.lang.Runnable and override the start method.
Implement java.lang.thread and implement the run method.
Implement java.lang.Runnable and implement the run method.
Implement java.lang.Thread and implement the start method.
第22题:
run
import
default
implement
第23题:
Run
Import
Default
Implement