I did not understand the following code with multiple conditional operators.
boolean vIsForm=true;
String vForwardName = (aActionMapping.findForward(vWorkForwardName)
== null)
? (vIsForm) ? "form" : "task"
: vWorkForwardName;
Can some body explain me how to read the above code?
Thanks & Regards
---------------------------------
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
- [java:Conditional Operators] temp temp
- Re: [java:Conditional Operators] Michael Jouravlev
- Re: [java:Conditional Operators] Martin Gainty
- RE: [java:Conditional Operators] Slattery, Tim - BLS
- Re: [java:Conditional Operators] Martin Gainty

