What is map in java?


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

Post New Answer

More Core Java Interview Questions

can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}

4 Answers  


AWT event listeners extends what interface?

1 Answers  


How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?

0 Answers   TCS,


How many threads does a core java have?

0 Answers  


What is meant by structural programming?

0 Answers  






What are access specifiers available in java?

0 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


How do you classify Dialog Box?

0 Answers   CGI,


What is the symbol for line break?

0 Answers  


What is meant by Servelet? What are the parameters of service method?

2 Answers  


What is thread?

7 Answers   BMC, Virtusa,


what is overloading in java?

13 Answers   Ascent, DNS, Infosys, SDA, VelTech,


Categories