Why collection is called framework in java?


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

Post New Answer

More Core Java Interview Questions

How to make object serializable in java?

0 Answers  


What are java packages? What's the significance of packages?

0 Answers  


Does isempty check for null?

0 Answers  


What is Hierarchy of exception?

0 Answers   Amdocs,


What is stringjoiner ?

0 Answers  






Is space a string in java?

0 Answers  


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


How do you check if a string contains only numeric digits?

0 Answers  


What is parameters example?

0 Answers  


What types of index data structures can you have in java?

0 Answers   Tech Mahindra,


How many classes can any class inherit java?

0 Answers  


Why we override equals() method?

0 Answers  


Categories