1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Paladinen [302]
3 years ago
10

Given the following declaration of a field in a class: public static final String GREETING = "Hi";

Computers and Technology
1 answer:
FromTheMoon [43]3 years ago
8 0

Answer:

Each object of this class has its own copy of GREETING

Explanation:

option c: Each object of this class has it’s own copy of GREETING

This is the only false statement.  When a variable is preceded by the Static key word only one copy of that variable is created, no matter the amount of object created from the instance of that class.

option a: Each object of this class can access GREETING, this is true.

option b: The value of GREETING can’t be changed in any methods, this is true because GREETING is preceded by the keyword final.

option d: GREETING.length() = 2, this is true because the method length() is use to get the length of the string "Hi" which is 2.

option e: GREETING.toUpperCase() = "HI", this is also true because the method toUpperCase()  convert all the character of "Hi" to uppercase.

Note: All these are peculiar to java programming language.

You might be interested in
What is data called that is input into a cryptographic algorithm for the purpose of producing encrypted data?
labwork [276]
<span>A key is data called that is input into a cryptographic algorithm for the purpose of producing encrypted data. There are two types of cryptography, the public key and the private key. The public key uses public keys to encrypt data and private key uses private key to decrypt data. They are produced by a group of algorithms. </span>
8 0
4 years ago
What plugs into this?
vfiekz [6]
Into what ????????????

4 0
2 years ago
Read 2 more answers
What is the comment marker in Python? ("character marker" means the sequence of characters that indicates the beginning of a com
olga2289 [7]

Answer:

The # marker is used to mark a line comment in python.

Explanation:

The line that starts with # is a comment.Python will ignore the lines that starts with #.These comments can be used to add extra information in the python code.

For example:-

Following is the python code with comments.

names=['sam','optimus','bumblebee'] #names is the list of transformers characters.

for i in names:

     print(i)  #printing the names.

There are 2 comments in the python code written above.These are ignored by python.

6 0
3 years ago
Which phrase describes a dependent cell in Excel 2016? a cell that feeds data into another cell a cell that has data fed into it
vovangra [49]

Answer:

a cell that feeds data into another cell

Explanation:

The dependent cell means the cell which refers to another cell.

Just take an example

If cell c15 involves the formula = B10

So c15 is being dependent on cell b10

For reaching this we visit to formulas section after that dependent and precedent occurs

So according to the given options, the first option is correct

4 0
4 years ago
What elements make up a web page's content?
zmey [24]

Here are six important design elements you'll want to make sure you get right.

Overall Layout and Visual Appearance. Your site's overall look is, of course, a crucial component of web design. ...

Color Scheme. ...

Typography. ...

Navigation. ...

Content. ...

Don't Forget About Mobile.

Hope I helped! ☺

6 0
3 years ago
Read 2 more answers
Other questions:
  • While engineers work to create computers that can understand us emotionally, ________ are also evolving toward a more human appe
    12·1 answer
  • Alcohol does not affect the driver judgement
    8·2 answers
  • The Earth's _______ is ductile overall, tending to flow very slowly and deform in a _______ manner.
    14·2 answers
  • Why would it be a bad idea for gateways to pass broadcast packets between networks? What would be the advantages of doing so
    12·1 answer
  • What are the four requirements of a linear programming​ problem?
    8·1 answer
  • What should htc's os strategy be? should it stick with windows mobile and android? should htc build its own platform? add/drop o
    6·1 answer
  • I’m turning my Pinterest into a professional account what should be my user name please try to think of a good name and not just
    11·2 answers
  • HELP PLEASE What is an internal part of a computer which contains all software programs installed on your computer?
    9·2 answers
  • Who tryna play fortnite?
    5·2 answers
  • Which step of the problem-solving process did the farmer use in order to figure out what success would look like?
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!