expilicit vs implicit

hi there,i can't understand / diiferentiate the phrase of explicit and implicit, as both phrase frequently used in programming explanation. pls assist me on this. thanx.Regards,tsnt
[210 byte] By [tsnta] at [2007-11-27 4:44:21]
# 1
explicitWhy didn't you use Google first you lazy sod? And while you are at it find a spell checker.implicitPlease refer to http://www.catb.org/~esr/faqs/smart-questions.html
cotton.ma at 2007-7-12 9:56:20 > top of Java-index,Java Essentials,New To Java...
# 2
These are standard English language words. They're used a lot in programming but the meaning doesn't really vary from the standard definitions.
paulcwa at 2007-7-12 9:56:20 > top of Java-index,Java Essentials,New To Java...
# 3

> explicit

>

> Why didn't you use Google first you lazy sod?

>

> And while you are at it find a spell checker.

>

> implicit

>

> Please refer to

> http://www.catb.org/~esr/faqs/smart-questions.html

hi cotton.m

its really disapponting feedback from you.

but i'm very confident, i'll better in java programming, very soon.

tsnta at 2007-7-12 9:56:20 > top of Java-index,Java Essentials,New To Java...
# 4

Implicit-Automatic

Explicit-By Force

?Implicit type conversion: The programmer does not make any attempt to convert the type; rather, the type is automatically converted by the system under certain circumstances.

?Explicit type conversion: Conversion is initiated by the programmer by making an explicit request for conversion. This is also known as type casting.

b.m.krajua at 2007-7-12 9:56:20 > top of Java-index,Java Essentials,New To Java...