| Author |
can anyone explain output
|
sun par
Ranch Hand
Joined: Oct 03, 2002
Posts: 257
|
|
Why is there an error in 1
|
Sunita<br />SCJP 1.4
|
 |
Alfred Kemety
Ranch Hand
Joined: Aug 14, 2002
Posts: 279
|
|
|
addWidget() is declared static, you can't reference instance variables (wName) from within a static block
|
Alfred Raouf - Egypt - SCJP 1.4<br />Kemety.equals(Egyptian) // returns true
|
 |
Valentin Crettaz
Gold Digger
Sheriff
Joined: Aug 26, 2001
Posts: 7610
|
|
When compiling (after correcting a few typos) you should get the following message from the compiler: The message speaks for itself
|
SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
|
 |
Keen Chen
Ranch Hand
Joined: Nov 12, 2002
Posts: 47
|
|
|
so many errors in ur code
|
SCJP 1.4 100% @ Peking, China <br />~~~~~~~~~~~~~~~~~~~~~<br />但使龙城飞将在, 不教胡马度阴山!
|
 |
 |
|
|
subject: can anyone explain output
|
|
|