Q1: Fill in the blanks using words only from the following list: regular express
ID: 3682056 • Letter: Q
Question
Q1: Fill in the blanks using words only from the following list:
regular expression
static
procedural paradigm
null
StringBuilder
interned string object
object-oriented paradigm
autounboxing
String
constructors
autoboxing
getter methods
'u0000'
no-arg constructors
this
instance
1) A………………………method, can be invoked without using an object.
2) The…………………………………...focuses on designing methods. The…………………………………………couples data and methods together into objects.
3) Wrapper classes don’t have …………………………………………………….
4) Java can automatically convert a primitive type value to its corresponding wrapper object in the context. This is called……………………………
5) The…………………..object is immutable ; once it is created its contents cannot be changed.
6) The default value of a character data field is……………………………
7) ....................................... are special kinds of methods and they must have the same name as the class itself.
8) JVM stores two literal strings that have the same character sequence in a unique object. This unique object is called an……………………………………………….
9) ………………………….……is a string that describes a pattern for matching a set of strings.
10) The keyword…………………… can be used to refer to the calling object. It can also be used inside a constructor to invoke another constructor of the same class.
Explanation / Answer
1) Static
2) Object Oriented paradigm
3) String Builder
4) Auto Boxing
5) This
6) Null
7)Constructor
8) Instance
9)String Builder
10) No - arg Constructor
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.