| Author |
EL questions
|
Steven Colley
Ranch Hand
Joined: Feb 18, 2005
Posts: 290
|
|
1- is correct to use the "public static void main (Stringargs[])" method as a EL normal function? 2- is it necessary to have a non-args contructor in java class for EL function? Tks
|
SCJP | SCWCD | SCBCD | SCWSD 5 | SCEA (I) 1.4 | SCEA 5 | IBM SOA 669
|
 |
Aleksander Zielinski
Ranch Hand
Joined: Nov 11, 2005
Posts: 127
|
|
1) I don't think it's a problem. 2) I don't think it's necessary, since in EL you are using static functions that don't need any instance of the class, therefore there won't be any consctructor invocation.
|
 |
 |
|
|
subject: EL questions
|
|
|