What are interfaces?
Answers were Sorted based on User's Feedback
Answer / luck
in interface v can only declare a function it will not have any properties
Is This Answer Correct ? | 1 Yes | 0 No |
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 |
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 |
can we write a program with out a class in core java?
What is the protected method modifier?
How can i add a button in applet in java ???
What is http client in java?
What is the purpose of premetive data types in java?
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"); } }
How do you identify if jvm is 32-bit or 64-bit from java program?
What is instanceof keyword?
Explain about the select method with an example?
What is the difference between math floor and math round?
What is preflight request?