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

  What is an illustration of a javascriptr framework in the

what is an example of a javascriptr framework? in the framework you have described what is an example of an application

  A client or server prepare to use udp in a java application

How does a client or server prepare to use UDP in a Java application? Are there any differences in what the client does and what the server does?

  1 write an application class that contains several

1 write an application class that contains several methods.nbspthe first method should be named greeting and should

  Write a program that allows a user to enter a line of text

Write a program that allows a user to enter a line of text, counts number of words and number of vowels in the sentence, and gives the average number of vowels per word in the message

  Write a program that reads in the file

Write a program that reads in the file and exports it to a standard CSV format. For the records above, the output format would be Freddy Kruger, 1313 Mockingbird Lane, Houston, Texas Billy Thornton, 1010 Slingblade Street, Houston, Texas

  Implement savings account using locks and conditions

A savings account object holds a non-negative balance - Use a shared counter protected by test-and-test-and-set lock. Each thread locks the counter, increments it, releases the lock, and repeatedly reads the counter until it reaches n.

  Find method of the class is passed each of the targets

How many calls to the recFind method of the ArraySortedList3 class are made when the find method of the class is passed each of the targets?

  Lambert''s vacation rentals

Write an application for Lambert's Vacation Rentals. Use separate ButtonGroups to allow a client to select one of three locations, the number of bedrooms

  Write a java program to calculate the ideal weight

Write a java program to calculate the ideal weight when you enter the age and height of user

  Write a piece of code that prints the values

Write a piece of code that prints the values requested in each part, given these variables:

  Development of a graphical user interface

To understand actual communication with an SMTP server can be achieved using TCP Sockets and understand the development of a graphical user interface (GUI) and use of event handling.

  Assessment taskyour task is to develop a java application

assessment taskyour task is to develop a java application that allows the user to read travel booking data from a text

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