Explain about sets?


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

Post New Answer

More Core Java Interview Questions

How to access arraylist elements in java?

0 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


What are java threads?

0 Answers  


How does compareto method work?

0 Answers  


What is volatile keyword in java

0 Answers  






java is fullu object oriented or pure? why?

8 Answers  


What is Enum in Java?

0 Answers  


What do you mean by data type?

0 Answers  


Is there any sort function in java?

0 Answers  


We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.

0 Answers   Symphony,


What is a void in java?

0 Answers  


How do you override a method?

0 Answers  


Categories