What is the major drawback of internal iteration over external iteration?


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

Post New Answer

More Core Java Interview Questions

How to read and write image from a file ?

0 Answers  


What is the properties class?

0 Answers  


Hi Friends.. can any one provide the real time example for methodoverloading and methodoverriding .........

2 Answers   Honeywell,


Why java is considered dynamic?

0 Answers  


What is files manifesting?

0 Answers  






What is character in data type?

0 Answers  


Explain the features of interfaces in java?

0 Answers  


What is sortedset in java?

0 Answers  


What is re-factoring in software?

0 Answers  


Can a main method be declared final?

0 Answers  


What do you meant by active and passive objects?

0 Answers   Wipro,


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  


Categories