Tuesday, November 29, 2011

Core Java Interview Questions :What are the differences between Contructors and Methods?

Constructors Methods:Constructors are invoked using the new keyword. Methods can be invoked by using the dot operator on the object of the class.

No comments:

Post a Comment