Can we convert list to set 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 use of object and class classes?

0 Answers  


Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


What is the mapping mechanism used by java to identify IDL language?

0 Answers  


What are the different collection views provided by maps?

0 Answers  


Can we have return statement in finally clause? What will happen?

0 Answers  






Is object a data type in java?

0 Answers  


How is Garbage collection done in Java?

3 Answers   T3 Softwares,


What is %02d?

0 Answers  


Give an example of use of pointers in java class.

0 Answers  


What is api in java?

0 Answers  


What is java reflection?

0 Answers  


What is protected and friendly?

1 Answers  


Categories