What is a map in java?


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

Post New Answer

More Core Java Interview Questions

Give the difference between the println method and sqrt method?

0 Answers  


What is method overloading and method overriding?

0 Answers  


What is object 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,


Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?

0 Answers  


What is arraylist e in java?

0 Answers  


What is jit compiler in java?

0 Answers  


What are the uses of synchronized keyword?

0 Answers  


wht is mean by dirty read?

1 Answers  


What is the dot operator?

0 Answers  


What is the difference between choice and list?

0 Answers  


When should the method invokelater() be used?

0 Answers  


Categories