subject

The method "someOtherMethod" is NOT defined as static. This means... 1) the method is an accessor method
2) the method is accessible outside SomeClass
3) the method is not accessible outside SomeClass
4) the method is accessible without instantiating a SomeClass object
5) the method is accessible only by using a previously instantiated SomeClass object

public class SomeClass
{
public static final int VALUE1 = 30;
public static int value2 = 10;
private int value3 = 5;
private double value4 = 3.14;

public static void someMethod()
{
// implementation not shown
}

public void someOtherMethod()
{
// implementation not shown
}
}

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:10
How can i delete permalinks from a word press site?
Answers: 1
question
Computers and Technology, 23.06.2019 00:30
Pl i need the answer now ! which one of the following is considered a peripheral? a software b mouse c usb connector d motherboard
Answers: 1
question
Computers and Technology, 23.06.2019 06:30
Who can provide you with a new password when you have forgotten your old one? your provide you with a new password in case you forget your old one.
Answers: 3
question
Computers and Technology, 24.06.2019 14:30
Which computer network component connects two different networks together and allows them to communicate? a is a node (or a device) that connects two different networks together and allows them to communicate.
Answers: 1
You know the right answer?
The method "someOtherMethod" is NOT defined as static. This means... 1) the method is an accessor m...
Questions
question
Mathematics, 20.08.2019 07:00
question
Mathematics, 20.08.2019 07:00
question
Spanish, 20.08.2019 07:00
question
Mathematics, 20.08.2019 07:00
Questions on the website: 13722360