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
liberstina [14]
3 years ago
4

Assume the existence of an interface, CommDevice, with the following methods :

Computers and Technology
1 answer:
Lorico [155]3 years ago
6 0

Answer:

public class Firewall implements CommDevice { String permittedReceiver, buffer; Firewall(String str) { permittedReceiver = str; } public void transmit(String s1, String s2) { permittedReceiver = s1; buffer = s2; System.out.println("Data scheduled for transmission to " + s1); } public boolean receive(String s1, String s2) { boolean condition; if (s1.equals(permittedReceiver)) { buffer = s2; condition = true; } else { buffer = ""; System.out.println("Attempted breach of firewall by " + s1); condition = false; } return condition; } }

Explanation:

You might be interested in
QUESTION 1 _____ is a type of data encryption that enables users of the Internet to securely and privately exchange data through
valkas [14]

Answer:

The correct answer to the following question will be Option B (Public key infrastructure).

Explanation:

This seems to be a program that allows an individual to deliver an encrypted message or file through some kind of public key that can be unlocked by the intended receiver using another key or code, almost always a private or personal key.

  • This is a collection of functions, rules, equipment, applications, and methods required to develop, maintain, deliver, utilize, save, and withdraw digital credentials, and handle encryption with the public key.
  • This safeguards against hacking or interference with customer information or data.

6 0
3 years ago
Use comparison operators to write a question that the database will understand. Which records are more than or the same as three
Semmy [17]

Answer:

>=20

Explanation:

We are required to use the comparison operators, and they are like > , <, <=, >=, !=

We need to use more than or same:

And that is >=3000

And this is the required answer.

6 0
3 years ago
Create a cell reference in a format by typing in the cell name or
Neko [114]

Answer:

D. Create a cell reference in a formula by typing in the cell name or clicking the cell.

Further Explanation:

To create a cell reference in a formula the following procedure is used:

First, click on the cell where you want to add formula.

After that, in the formula bar assign the equal (=) sign.

Now, you have two options to reference one or more cells. Select a cell or range of cells that you want to reference. You can color code the cell references and borders to make it easier to work with it. Here, you can expand the cell selection or corner of the border.

Again, now define the name by typing in the cell and press F3 key to select the paste name box.

Finally, create a reference in any formula by pressing Ctrl+Shift+Enter.

6 0
3 years ago
Who has gotten a random file link from someone? What file does it contain?
Bad White [126]

Answer:

those are bots , just report those

Explanation:

8 0
3 years ago
Read 2 more answers
Knowledge and experience help you
Zarrin [17]

Answer:

yes it can it shows u what you did wrong or what you did right

Explanation:

brainlet me please

8 0
3 years ago
Other questions:
  • What is TCP/IP?
    13·1 answer
  • Validating the users claimed identity is called which of the following?A. AuthenticationB. IdentificationC. VerificationD. Valid
    15·1 answer
  • On five lane roadways, the center lane is designated for __________ and is used by vehicles traveling in both directions.
    14·1 answer
  • Write a method swaparrayends() that swaps the first and last elements of its array parameter. ex: sortarray = {10, 20, 30, 40} b
    15·1 answer
  • Which of the following statements about websites is NOT true?
    8·2 answers
  • Which of the following statements is true?
    5·1 answer
  • 1. What does a network allow computers to share?
    13·1 answer
  • 12. What separated Grand turismo from other racing games was its focus on ______.
    13·1 answer
  • Determine what is printed by the following code.
    8·1 answer
  • Cute nya diba I like bts army​
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!