Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }

3 Answers  


What is the internal implementation of set in java?

0 Answers  


what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0

4 Answers   Accenture,


What is the default value of the local variables?

0 Answers  


Is string a class in java?

0 Answers  


What string is utf8?

0 Answers  


Explain final, finalize() and finally?

11 Answers   Accenture, TCS,


What is bubble sorting in java?

0 Answers  


When abstract methods are used?

1 Answers  


What are kinds of processors?

0 Answers  


Can you make a constructor final in Java?

0 Answers   SwanSoft Technologies,


how to use crystal reports in java

2 Answers  


Categories