What is serializable interface?
Answers were Sorted based on User's Feedback
Explain about fail fast iterators in java?
Whats the difference between notify() and notifyall()?
What is the final blank variable?
what is the difference between process and thread? : Java thread
What is object
what is java
Difference between method overloading and overriding.
Why main() method is public, static and void in java ?
what is the difference between applet and swing and gui application in java . What we do with the collections set and list interface
2 Answers CTS, Phoenix Technologies,
Which number is denoted by leading 0x or 0x in java?
There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.
What is the use of arraylist class in java?