Does set allows null in java?


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

Post New Answer

More Core Java Interview Questions

What is the difference between overriding & overloading?

0 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  


what are Hostile Applets?

0 Answers  


Why there are some null interface in java? What does it mean?

0 Answers  


Can string be considered as a keyword?

0 Answers  






Can java cast null?

0 Answers  


What are command line arguments?

3 Answers  


What is contract between hashcode and equal method?

0 Answers  


Relationship between an event-listener interface and an event-adapter class?

1 Answers  


What if I write static public void instead of public static void in java?

0 Answers   Winsol Solutions,


What are class types in java?

0 Answers  


how to create multithreaded program? : Java thread

0 Answers  


Categories