Can singleton class be serialized?
No Answer is Posted For this Question
Be the First to Post Answer
List out five keywords related to exception handling ?
What are peerless components?
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?
Can we extend the String class?
how many ways we can serialize the java object?
What is scanner in java?
In how many ways we can do exception handling in java?
Why for each loop is used?
What is the difference between iterator and list iterator?
What is another word for methodology?
define the terminology association.
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC