What is compareto?


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

Post New Answer

More Core Java Interview Questions

How does final modifier work?

1 Answers   Tech Mahindra,


What is object data type?

0 Answers  


Why is stringbuffer called mutable?

0 Answers  


What is an class?

0 Answers  


What is null object in java?

0 Answers  






what are the diffrences between interface and abstract class?

4 Answers  


How do you clear an arraylist in java?

0 Answers  


class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example

3 Answers   Wipro,


What is the immediate parent class of the Applet class?

1 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


What is thread synchronization in java?

0 Answers  


Where is the singleton class used?

0 Answers   Cap Gemini,


Categories