Explain what is Marker interface?


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

Post New Answer

More Core Java Interview Questions

Hi friends i want display Triangle shap stars(*) please can tell me any one java code logic? * *** ***** ******* Like this

2 Answers   NIIT, TCS,


Explain the relationship between the Canvas and Graphics class?

1 Answers  


11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


What is immutability in java?

0 Answers  


How many types of memory areas are allocated by JVM in java?

0 Answers   UGC Corporation,






can we create object for static class in java

14 Answers   IAP Company, IBM, Marlabs, mPortal, TCS,


Is there any use of an abstract class which has no methods and no attributes?

1 Answers   Wipro,


What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?

4 Answers  


Where is singleton pattern used?

0 Answers  


what are the jsp tags with example?

1 Answers   Photon,


Why is the type for real numbers called double?

0 Answers  


How list contains works in java?

0 Answers  


Categories