What is serializable interface?
Answer Posted / ravikiran(aptech mumbai)
serializable interface is a marker interface which has no
methods at all
Is This Answer Correct ? | 64 Yes | 8 No |
Post New Answer View All Answers
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What environment variables are required to be set on a machine in order to run Java programs?
Can a singleton class be inherited?
What is the full form of jpeg?
What is the function of log?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Why arraylist is used in java?
How do you input a string in java?
What is the numeric promotion?
Explain the access modifiers for a class, method and variables?
Can you make a constructor final in Java?
What happens when a thrown exception is not handled?
How many types of interfaces are there?
Is 0 true or false?
What is boolean example?