What is the common usage of serialization? What exceptions occur during serialization?
No Answer is Posted For this Question
Be the First to Post Answer
What is flag in java?
What do you understand by private, protected and public?
Is ResultSet class?
5 Answers Bally Technologies, TCS,
What is the argument in java?
What is a pattern what is an anti pattern?
Can we use return in constructor?
What do you mean by of string::valueof expression in java 8?
What is java jit compilers?
what is the difference between sleep() and Wait()?
I need to know about complete topic in java's collections i with an examples
What is Yield() method when we r using this ? tell exactly
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }