can you create interface instance ?

Answer Posted / devir

No,we cannot create an instance for interface

Is This Answer Correct ?    74 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an empty class? What functionality does it offer in Java?

679


What is the difference between an argument and a parameter?

544


What is the main purpose of java?

518


How many ways can we create singleton class?

506


Is int primitive data type?

507






What is a jit compiler?

640


What is the loop in java?

576


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2138


What is the biggest integer?

557


What are the two ways of implementing multi-threading in java?

818


Variable of the boolean type is automatically initialized as?

597


What is the final keyword denotes?

679


How do you create a first line indent?

508


What is a concrete classes? Is Java object class is concrete class?

520


What are three ways in which a thread can enter the waiting state in java programming?

686