Which methods are used during serialization and deserialization process?
No Answer is Posted For this Question
Be the First to Post Answer
how to create an applet
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Can we override static methods?
18 Answers Bally Technologies,
How is hashcode calculated in java?
Can we have two methods in a class with the same name?
What is replacefirst in java?
How do you use nextline in java?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
Can we split string with in java?
What does this mean java?
Difference between JVM and JRE?
How many types of exception can occur in a java program?