Welcome

follow us

Thanks for visiting. Good to see right person at right place. You're suggestions/views are very precious for us.:)

Saturday, January 28, 2012

Difference b/w Implicit and explicit in terms of java programing

Explicit means things done by the programmer.

Implicit means done things by the JVM or the tool , not the Programmer.

For Example:
Java will provide us default constructor implicitly.Even if the programmer didn’t write code for constructor, he can call default constructor.

Explicit is opposite to this , ie. programmer has to write .

 

No comments:

Post a Comment