What are interfaces?

Answers were Sorted based on User's Feedback



What are interfaces?..

Answer / luck

in interface v can only declare a function it will not have any properties

Is This Answer Correct ?    1 Yes 0 No

What are interfaces?..

Answer / ravikiran(aptech mumbai)

interfaces decalres methods and variables...where methods
are purely abstarct and variables are abstract and final

Is This Answer Correct ?    1 Yes 1 No

What are interfaces?..

Answer / sri

Interface is a mechanism in Java which is used to create prototype of the classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

can we write a program with out a class in core java?

11 Answers   Wipro,


What is the protected method modifier?

0 Answers  


How can i add a button in applet in java ???

2 Answers  


What is http client in java?

0 Answers  


What is the purpose of premetive data types in java?

2 Answers   Merrill Lynch, TCS,






can you use the two main method in same class?how?

4 Answers   DELL, Geosoft, SparkTG,


we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }

3 Answers  


How do you identify if jvm is 32-bit or 64-bit from java program?

0 Answers  


What is instanceof keyword?

0 Answers  


Explain about the select method with an example?

0 Answers  


What is the difference between math floor and math round?

0 Answers  


What is preflight request?

0 Answers  


Categories