Are generics important java?


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

Post New Answer

More Core Java Interview Questions

Can we override the overloaded method?

0 Answers  


Explain the difference between throw and throws in java?

0 Answers  


What is the difference between reader/writer and inputstream/output stream?

0 Answers  


What is meant by local variable and instance variable?

0 Answers  


Under what conditions is an object’s finalize() method invoked by the garbage collector?

0 Answers  






What is toarray method in java?

0 Answers  


What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

1 Answers  


What are Encapsulation, Polymorphism and Inheritance?

5 Answers  


What is the new line character?

0 Answers  


What are the advantages of passing this into a method instead of the current class object itself?

0 Answers  


How do you decide when to use arraylist and linkedlist?

0 Answers  


what is nested class in java?

0 Answers   IBS,


Categories