What modifiers are used for interface declaration?

Answers were Sorted based on User's Feedback



What modifiers are used for interface declaration?..

Answer / ravikiran

public+abstract

Is This Answer Correct ?    8 Yes 2 No

What modifiers are used for interface declaration?..

Answer / raghuveer

public

Is This Answer Correct ?    5 Yes 1 No

What modifiers are used for interface declaration?..

Answer / sai

Public,Abstract

Is This Answer Correct ?    1 Yes 0 No

What modifiers are used for interface declaration?..

Answer / balasubramanian

Access modifier-public
Other modifier-final,abstract

Is This Answer Correct ?    0 Yes 0 No

What modifiers are used for interface declaration?..

Answer / ravi kumar

public

Is This Answer Correct ?    0 Yes 1 No

What modifiers are used for interface declaration?..

Answer / srinivas

public modifier is used for interface declaration

Is This Answer Correct ?    0 Yes 1 No

What modifiers are used for interface declaration?..

Answer / prakash

public and static

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Core Java Interview Questions

What is java volatile?

0 Answers  


Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?

1 Answers   Flextronics,


What happens when I use / and % with a negative numerator?

0 Answers  


Can we pass null as argument in java?

0 Answers  


How do you execute a thread in java?

0 Answers  






What is unicode with example?

0 Answers  


Why do we need array in java?

0 Answers  


What is method overriding in java ?

0 Answers  


Explain about static imports in java?

0 Answers  


public class Test { public static void main(String[] args) { int countA = 0; int countB = 0; int countC = 0; int countD = 0; int countE = 0; int countF = 0; int countG = 0; int countH = 0; int countI = 0; int countJ = 0; int countK = 0; int countL = 0; int countM = 0; int countN = 0; int countO = 0; int countP = 0; int countQ = 0; int countR = 0; int countS = 0; int countT = 0; int countU = 0; int countV = 0; int countW = 0; int countX = 0; int countY = 0; int countZ = 0; } } Can anybody tell me any alternate solution(like loop or something) to automate this initialization process. Ex:- for(char chr='A';chr<='Z'; chr++) { (int) String "count"+chr = 0; }

0 Answers  


How to define a constant variable in Java?

1 Answers   TCS,


What are parsing rules?

0 Answers  


Categories