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 |
Howmany classes that package java.applet.* contains?
Write POJO class as a key to hashmap???
Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.
what is a package?
In which way does a Primitive data type is passed ?
how can we import the user defined package without classpath?
Define inheritance with reference to java.
What does 3 dots mean in java?
What is the size of arraylist in java?
Is there any case when finally will not be executed?
What are strings in physics?
Can we return null in java?