tell me some common

Answers were Sorted based on User's Feedback



tell me some common..

Answer / yogesh

Ask the question clearly.

Is This Answer Correct ?    2 Yes 1 No

tell me some common..

Answer / mayank

Simply use throws Exception in front of every method

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are different access specifiers in java? Explain

0 Answers  


tell me some common

2 Answers   TCS,


What are exceptions

0 Answers   Futures First,


what is the volatile modifier for? : Java thread

0 Answers  


How do you remove duplicates in java?

0 Answers  






how to java plateform independent?

5 Answers   TCS,


Explain the scope of a variable.

0 Answers   TCS,


What are the characteristics of java?

0 Answers  


What is local declaration?

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 should we use java?

1 Answers   IBM,


What do you mean by checked exceptions?

0 Answers  


Categories