What is the output of the following program explain

Assignment Help JAVA Programming
Reference no: EM13810422

1. Indicate whether each of the following statements is true or false:

Local variables always retain their values from one call of a method to the next.
There is only one copy of each class variable that is shared by all instances of the class.
The reserved word this can be used in class methods.
Private instance variables can accessed in any instance method in the same class.
Public methods can be can be accessed by any method in the same program.

2. What is the output of the following program? Explain.
public class Test
{
public static void main(String[] args)
{
int i = 1;
StringBuilder s = new StringBuilder("s");
String t = "t";

someMethod(i, s, t);
System.out.println("i = " + i);
System.out.println("s = " + s);
System.out.println("t = " + t);
}
private static void someMethod(int i, StringBuilder s,
String t)
{
i++;
s.append("s");
t += "t";
}
}

3. Is the following class immutable? Explain
class Class1
{
private int[] array = new int[10];

public int[] getArray()
{
return array;
}
}

4. Will the following class compile?
class Class2
{
private void method()
{
}

public static void main(String[] args)
{
method();
}
}
If not, explain why and correct it so it will compile.

5. Explain the meaning of the reserved word this and why it is necessary in the class below. Will the class compile without using this?
class Class3
{
private int x;

public Class3(int x)
{
this.x = x;
}
}

Reference no: EM13810422

Questions Cloud

Before tax required rate of return on debt : The Blue Bird Company plans a $79 million expansion. The expansion is to be financed by selling $50 million in new debt and $29 million in new common stock. The before tax required rate of return on debt is 5% and the required rate of return on equit..
Differences between bias crimes and bias-motivated incident : Explain the differences between bias crimes and bias-motivated incident
Provide all specific details regarding packet information : Describe the need of encapsulation. Elaborately describe the process of encapsulation and creation of packets as a result of encapsulation. Analyze and provide all specific details regarding packet information, like headers or trailers
Increase the number of customers : Assuming Jenn Electric operates in the Tampa Bay area, how would you improve Jenn Electric, specifically, to increase the number of customers, company profit, and customer satisfaction? Your answer must detail, at a minimum, (please answer by ques..
What is the output of the following program explain : What is the output of the following program? Explain. Explain the meaning of the reserved word this and why it is necessary in the class below. Will the class compile without using this
What weapons are prohibited now? : What weapons are prohibited now
What will the holder receive when the bond matures : What will the holder receive when the bond matures? If the current rate of interest on a comparable debt is 8 percent, what should be the price of this bond? Would you expect the firm to call this bond Why?
Example of a performance measure : What does the phrase you get what you measure refer to? Give an example of a performance measure you’ve come across in your experience (work, school, or home) and comment on the strengths and weaknesses of that measure.
Discuss the issue of american military forces : Discuss the issue of how American military forces should be employed in conflict abroad

Reviews

Write a Review

JAVA Programming Questions & Answers

  Write a program that evaluates the day of the week for new

write a program that evaluates the day of the week for new years day in the year 3000. to do this you must create your

  Java program which demonstrates cellular automata

Using the internet, locate a Java program (or Java applet) which demonstrates "Cellular Automata", in particular "the Game of Life".

  In this project you need to write a program called

in this project you need to write a program called ecc.javato implement elliptic curve

  Write down the java code for the bank

Write down the java code for the bank of Fraud. User is presented with menu which looks something like this: 1. Deposit 2. Withdrawal 3. Check Balance 4. Exit.

  Create a jsp that displays the student name

Create a JSP that displays the student name and the current score, given the EMPLID and class ID. For each class, a text file is used to store the student name, EMPLID, and current score

  Conduct an internet search for javadb tutorial you might

please write a 200-400 word response to the following questionq1. conduct an internet search for javadb tutorial. you

  Calculates the total annual compensation of a salesperson

Write a Java application using NetBeans Integrated Development Environment (IDE) that calculates the total annual compensation of a salesperson. Consider the following factors: A salesperson will earn a fixed salary of $35,750

  Write a java program that finds the temperature

Write a JAVA program that finds the temperature that is the same in both Celsius and Fahrenheit

  Create simple java application that uses the string class

Create your own simple Java application that uses the String class and/or the StringBuffer class and at least 4 of the class methods. Show the code, demonstrate it works properly and describe what it is doing.

  Are scripting languages such as javascript better choice

Based on Keston (2008), does the C++ programming language have a role in developing Web 2.0 application solutions based on service-oriented architectures (SOA)? Explain why or why not. Are scripting languages such as JavaScript Perl or Python bett..

  Write an application class that contains several methods

Write a driver class. This class should use the main method to call four methods in the application class that will display our JOptionPanes - Write an application class that contains several methods.

  Discuss the legal ramifications of the division of condo

Discuss the legal ramifications of the division of condo, BioTech and other assets. Would it make any difference if Violet sold the property after filing for the dissolution of marriage?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd