Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

rachelle l
personal property left on church property with permission from the pastor of said church suddenly is burned co?
Personal property left on church property with permission from the pastor of said church suddenly is burned completely up do to a fire being left unattended, is the church liable for the property damage?
4 AnswersRenting & Real Estate8 years agoWhy is managing technical vulnerabilities so important to an organization managing their security environment?
Why is managing technical vulnerabilities so important to an organization managing their security environment?
2 AnswersSecurity9 years agoWhat are the primary differences between the Incident Recovery Plan?
What are the primary differences between the Incident Recovery Plan, the Disaster Recovery Plan and the Business Continuity Plan?
2 AnswersSecurity9 years agoDo you agree or disagree?
Do you agree or disagree that throughput and capacity are determining factors for effectiveness of a system more so than processor speed? Why or why not?
4 AnswersProgramming & Design1 decade agoWhat security issues must be resolved now which cannot wait for the next version of windows?
What security issues must be resolved now which cannot wait for the next version of Windows® to arrive? Are we looking at a patch or a workaround to solve the present issues? Please provide examples
1 AnswerSoftware1 decade agodescribe how usability and software quality are related?
2 AnswersSoftware1 decade agoSuppose that you need a FullName class, which will contain a person's first name and last name.?
There are two different ways of implementing this.
A. The public variable version:
class FullName
{
public String first;
public String last;
}
B. The bean-style accessor version:
class FullName
{
private String first;
private String last;
public String getFirst() { return first; }
public void setFirst(String s) { first = s; }
public String getLast() { return last; }
public void setLast(String s) { last = s; }
}
Questions:
1. What are the benefits of using the public variable version?
2. What are the benefits of using the bean-style accessor version?
3. Add a constructor to your preferred version, that takes two String parameters and initializes first and last.
1 AnswerProgramming & Design1 decade agoSuppose that you need a FullName class, which will contain a person's first name and last name.?
There are two different ways of implementing this.
A. The public variable version:
class FullName
{
public String first;
public String last;
}
B. The bean-style accessor version:
class FullName
{
private String first;
private String last;
public String getFirst() { return first; }
public void setFirst(String s) { first = s; }
public String getLast() { return last; }
public void setLast(String s) { last = s; }
}
Questions:
1. What are the benefits of using the public variable version?
2. What are the benefits of using the bean-style accessor version?
3. Add a constructor to your preferred version, that takes two String parameters and initializes first and last.
1 AnswerGenealogy1 decade agoHow would you rewrite this using a switch statement?
Given this method: Java
String checkZero(int x)
{
String s;
if (x == 0)
s = "zero";
else
s = "non-zero";
return s;
}
1. How would you rewrite this using a switch statement?
2. Which do you think is the best choice for this method? Why?
1 AnswerProgramming & Design1 decade agoHow would you rewrite this using a switch statement?
String checkZero(int x)
{
String s;
if (x == 0)
s = "zero";
else
s = "non-zero";
return s;
}
Which do you think is the best choice for this method? Why?
2 AnswersProgramming & Design1 decade agoHow to create mortgage code in Java?
Design and implement a program that calculates and displays the mortgage payment amount given the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage. In first iteration of the program, hard code the principal equals 200,000 dollars, the term equals 30 years, and the annual interest rate equals 5.75 percent.
1 AnswerProgramming & Design1 decade agoHow to create a code in java?
Write an expression (or several expressions) that will round the variable x to 2 decimal places. It should work for any value that is stored in x. This should not produce a String, it must produce an actual double value! Just printing out the rounded value is not enough, the rounded value must be stored back in a double variable.
For example:
double x = 123.25032;
double z = [YOUR EXPRESSION HERE]
Your expression should result in z == 123.25.
If x = 52.118907, then z == 52.12.
If x = 9.4512, then z == 9.45.
If x = 9.455, then z == 9.46.
3 AnswersProgramming & Design1 decade agoWhat attributes of a 200 MB video or audio file make it more of a database management challenge than is a rela?
What attributes of a 200 MB video or audio file make it more of a database management challenge than is a relational database the same size?
1 AnswerProgramming & Design1 decade agoDecide whether you should use a normal sampling distribution or a sampling distribution to perform?
Perform the hypothesis test. Justify your decision, then use the distribution to test the claim. Write a short paragraph about the results of the test and what you conclude about the claim.
Gas Mileage - A car company says that the mean gas mileage for its luxury sedan is at least 21 miles per gallon (mpg). You believe the claim is incorrect and find that a random sample of five cars has a mean gas mileage of 19 mpg and a standard deviation of 4 mpg. Assume the gas mileage of all of the company's luxury sedans is normally distributed At x = 0.05 test the company's claim.
1 AnswerMathematics1 decade agoDoes a normal curve ever intersect the x-axis? Why or why not?
1 AnswerPhysics1 decade agoWhat are the differences between description and inference?
2 AnswersChemistry1 decade agoWhy use graphs and charts to represent information?
1 AnswerEngineering1 decade ago