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
Aloiza [94]
3 years ago
5

Unlike the String class where you must pass a message to an object (instance) of the class, as in x.length( ), in order to use t

he Math class, you pass messages directly to the class name, as in Math.abs( ) or Math.sqrt( ).
A. True
B. False
Computers and Technology
1 answer:
Lesechka [4]3 years ago
4 0

Answer:

True

Explanation:

This is true. Consider this Java Statement

String string = new String("Hello");

In other pass pass any message to this String object string, the method must be called on the String object using the dot operator for example, the length method  string.length(); the equals method string.equals() and several others. This is different when using the Math class, since the Math class belongs to the package java.lang it is static imported.

Static import implies  that the members of a class are used in the code without creating instance variables, unlike the string where the message must be passed to the object instance

You might be interested in
Does technology need to be kept alive?
tamaranim1 [39]

Answer:

Explanation:

well we don’t need it we just use it =) hope it helps

7 0
3 years ago
Read 2 more answers
Discuss the software development methodology you would use for developing a software product for insurance agents, and state val
nadya68 [22]

Answer:

It depends on what the company will be willing to use and it also depends on their budget

Explanation:

4 0
3 years ago
At the ________ level of an organization, functional managers focus on monitoring and controlling operational-level activities a
Anon25 [30]

Answer:

Tactical Level

Explanation:

Based on the information provided within the question it can be said that the level of the organization that is being mentioned is called the Tactical Level. In this level managers focus choosing the tactics depending on the information that they gather from everyday operational activities. This information is later sent to the higher levels of the organization.

7 0
3 years ago
Read 2 more answers
Convert the decimal number -12 to hexadecimal (2's complement)
Helga [31]

Answer:

FFF4

Explanation:

Binary representation of 12 = 00001100

Expressing it in hexadecimal format : 0C

Binary representation of -12:

Step 1 : Computing 1's complement for 12 =11110011

Step 2 : Adding 1 to 1's complement to get the 2's complement =>

11110011+1 = 11110100

Converting the 2's complement representation to hexadecimal format:

F4 ( 8 bit representation) or FFF4 ( 16 bit representation)

4 0
4 years ago
Thomas is preparing to implement a new software package that his project team has selected and purchased. Thomas should _____. G
anyanavicka [17]

There are different kinds of software. Thomas should Unlike create an RFI to collect information from the software vendor about their product's implementation.

  • A software package often belongs to several organization and the team or one going to install it in your machine.

A request for information (RFI) is known to be a standard business procedure. It is often used to collate basic information about the experience and skills of software development companies you'd like to work with.

Learn more from

brainly.com/question/15016176

4 0
2 years ago
Other questions:
  • Discuss 2D gameplay and how new platforms such as cell phones are taking advantages of this renewed market
    5·1 answer
  • Type of media that uses laser technology to store data and programs is
    6·1 answer
  • Discuss some design considerations that you should keep in mind when you want to design a professional-looking flyer or newslett
    5·2 answers
  • If your problem is caused by a bad hardware or software installation and you get an error message the first time you restart the
    6·1 answer
  • What is an example of how pseudo - randomness is used to creative variation​
    5·1 answer
  • What is a computer network?
    5·1 answer
  • Jenis jenis perangkat keras?
    14·1 answer
  • Which of the following, when used in conjunction with hyperlinks, can be useful for easily navigating a Word document? : *
    7·1 answer
  • Choose all stages of the information processing cycle.
    12·2 answers
  • Write a function named partfthat takes inas parameterstwo parallel lists: a list of times (in increasing order), and a list of d
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!