Explain what is Marker interface?
No Answer is Posted For this Question
Be the First to Post Answer
Hi friends i want display Triangle shap stars(*) please can tell me any one java code logic? * *** ***** ******* Like this
Explain the relationship between the Canvas and Graphics class?
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.
What is immutability in java?
How many types of memory areas are allocated by JVM in java?
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?
What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?
Where is singleton pattern used?
what are the jsp tags with example?
Why is the type for real numbers called double?
How list contains works in java?