Why null interfaces are used in Java?
Answers were Sorted based on User's Feedback
Answer / guest
Null interfaces can also be called as Tag interface
eg: Serializable,RandomAccess
| Is This Answer Correct ? | 1 Yes | 1 No |
How an object is serialized in java?
i need to know the site which compiles and run the java program completely in online... thank you for your reply in advance
How do you delete a list in java?
What is the final blank variable?
What is contract between hashcode and equal method?
What are the super most classes for all the streams?
What is the use of singleton class?
Difference between Interface & Abstract class?
What is character in data type?
What is a void method java?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
Can we override protected method in java?