Which language is java?


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

Post New Answer

More Core Java Interview Questions

What is the multilevel inheritance. and also give the Example of it ?

5 Answers  


y cant i declare method like public final static show()

3 Answers  


How can a class be accessed, If no access modifiers are declared?

4 Answers  


heavy components means what?

4 Answers  


What are the differences between abstract class and interface?

0 Answers  






Distinguish method overloading and overriding

2 Answers   Tech Mahindra,


What is the difference between class forname and new?

0 Answers  


what is difference betwenn Access Specifier and Access Modifier ????

2 Answers  


How to call a Stored Procedure from JDBC?

4 Answers   Satyam,


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  


what is the significance of listiterator in java?

0 Answers   IBS,


What is an object class?

0 Answers  


Categories