which cipher is selected

during the ssl socket creation if we dont specifiy any particular cipher to use then on what bases does it select a cipher. is It always SSL_RSA_WITH_RC4_128_MD5 ?
[170 byte] By [Deo_Zonea] at [2007-11-26 22:00:12]
# 1
No, it is the strongest cipher of those which are enabled at both ends.
ejpa at 2007-7-10 3:59:51 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...