What is an interface in java? Explain


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is JIT ?

4 Answers   Satyam,


What are the different types of inheritance in java?

0 Answers  


What is difference between string and stringbuffer?

0 Answers  


How to instantiate static nested classes in java?

0 Answers  


There are 100 keys and values in HashMap.how to get the keys and values?

1 Answers   IBS,


What is a Java switch statement, and how can it be used?

2 Answers  


ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }

1 Answers  


How many types of gc are there in java?

0 Answers  


What is arrays fill in java?

0 Answers  


What are 5 boolean operators?

0 Answers  


Define package in Java.

1 Answers  


Mention a package that is used for linked list class in java.

0 Answers  


Categories