How does hashset works in java?


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

Post New Answer

More Core Java Interview Questions

what are literals in java?

2 Answers  


How is garbage collection controlled?

0 Answers  


why applet doesn't have main? isn't possible a program with out main?

9 Answers   TCS,


Explain working of call by reference function invoking.

0 Answers   Amdocs,


Can you tell me range of byte?

0 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  


If two threads call a static method at the same point of time, what will happen?

3 Answers   KPIT,


Why we used vector class?

0 Answers  


what is the constructor and how many types of constructors are used in java?

0 Answers  


For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

0 Answers  


v-model life cycle

0 Answers   Virtusa,


Can static methods be inherited?

0 Answers  


Categories