Answer Posted / ki2
Hi, Here the Question is why do we use interface in java but
all people trying to say wat is an interface....
in software development ,We restrict the programmer to use
only those action wat we declare and these method
declarations are given to some third party vendors so they
can implemented their implementations.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What does \ mean in regex?
Java.util.regex consists of which classes?
Is integer immutable in java?
Can string be considered as a keyword?
What is the difference between class forname and new?
What is early binding and late binding in java?
When is the finalize() called?
Which containers use a flowlayout as their default layout in java programming?
What is class array in java?
How do you define a singleton class?
What is difference between java and java ee?
Why null value is used in string?
What about method local inner classes or local inner classes in java?
What is object-oriented programming?
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