syntax - Transients in Java -


i looking @ joptionpane.java. on line 387 there

transient protected object
and on line 399 there
protected transient object
.

what difference between two?

none. poor coding standards. on code try use 2nd one.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -