adplus-dvertising
frame-decoration

Question



Which three piece of codes are equivalent to line 3?

1. final int k = 4;
2. public int k = 4;
3. static int k = 4;
4. abstract int k = 4;
5. volatile int k = 4;
6. protected int k = 4;
public interface Foo 
{ 
    int k = 4; /* Line 3 */
}

a.

1, 2 and 3

b.

2, 3 and 4

c.

3, 4 and 5

d.

4, 5 and 6

Answer: (a).1, 2 and 3

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which three piece of codes are equivalent to line 3? 1. final int k = 4; 2. public int k = 4; 3. static int k = 4; 4. abstract int k = 4; 5. volatile int k = 4; 6....

Similar Questions

Discover Related MCQs

Q. Which one of the following will declare an array and initialize it with five numbers?

Q. Which is the valid declarations within an interface definition?

Q. Java was designed by _________________.

Q. Earlier name of Java Programming language was

Q. Which of the following personality is called as father of Java Programming language

Q. Why OAK was renamed to Java ?

Q. Java was publicly released in _______________ .

Q. Which kind of language java is ?

Q. In the beginning, Java was created in order to

Q. Java is a ________ programming language.

Q. Which of the following is/are correct advantage of java?

Q. In which year, Sun Microsystems released much of its Java virtual machine?

Q. After first public release java was targeted at ______________________.

Q. First public implementation of java was _____________

Q. Basic aim of java was to solve the problem of connecting many household machines together. The was achieved using

Q. Sun Microsystems released the first public implementation as Java 1.0 in?

Q. Java SE 15 version released on?

Q. Java Source Code is compiled into ______________.

Q. Enums were introduced in?

Q. Which of the following is used to interpret and execute Java Applet Classes hosted by HTML.