Explain the importance of import keyword in java?


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

Post New Answer

More Core Java Interview Questions

What is a layout manager and what are different types of layout managers available in java awt?

0 Answers  


How to make a class immutable?

15 Answers   Bosch, TSYS,


What is 16 bits called?

0 Answers  


What is the purpose of using javap?

0 Answers  


How do you use substring in java?

0 Answers  






How can we make a class virtual?

0 Answers   Fidelity,


what is domain object

1 Answers  


How to override a equals() method and what is the use?

1 Answers  


What is the use of arraylist class 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  


Why we need Finally with try? pls expain with ur example..

3 Answers   BitWise, HDFC, TCS,


What are Inner classes?

4 Answers  


Categories