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

Which object oriented concept is achieved by using overloading and overriding?

0 Answers  


What is the difference(or similarity if there are some) between object and a variable?

4 Answers   ME,


Is 9 a prime number?

0 Answers  


How are the elements of a gridbaglayout organized in java programming?

0 Answers  


What is the relationship between clipping and repainting under awt?

0 Answers  






What is a pointer and does java support pointers?

0 Answers  


Explain the significance of class loaders in bootstrap?

0 Answers  


how to split string in java?

0 Answers  


what is mean by thread lock?

2 Answers   Infosys, TCS,


Why is logger singleton?

0 Answers  


How are destructors defined in java?

0 Answers  


What is length in java?

0 Answers  


Categories