Java String import java.lang.String -


when use string in java need import jave.lang.string ? or can use it.

dose string imported default? using eclipse , know use compiler java does. standard way?

thanks

no, java.lang.* imported default.


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -