what is interface in java? Explain
No Answer is Posted For this Question
Be the First to Post Answer
What is size () in java?
What is the difference between a constructor and a method?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Is java hashset ordered?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
Differences between traditional programming language and object oriented programming language?
what is the main difference between string and stringbuffer? can you explain it with program?
Does isempty check for null?
What's a method in programming?
What must a class do to implement an interface in java programming?
What is the purpose of a statement block?