thinkinterview » interview questions
« Previous

interview Questions

next »
question What is a package?
Answer Description: Package is a collection of related classes and interfaces. package declaration should be first statement in a java class.

Next Queston » How is final different from finally and finalize?...
How is final different from finally and finalize? View full queston »

Posted in: Java(30) |