Arpana Rai

Ranch Hand
+ Follow
since Nov 12, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Arpana Rai

Can i get online materials on newly introduced topics in SCJP5.0??

regards
arpana
i hv already taken SCJP1.4 some 4 yrs back now m planning to update.shall i wait 4 SCJP1.6 update exam???When the 1.6 update exam ll b available??

regards,
arpana


Correct answers giben r A and D, but i think only A is correct. Any comments?

Rgds,
Arpana


Coreect answer given is A. Can some1 explain me why?

thx in advance
Regards
Arpana
I unset the CLASSPATH variable.now its working.
thanx bull
rgds,
Arpana
21 years ago
It still giving the same kinda error.
21 years ago


package arps;

class Demo
{
public Demo()
{
System.out.print("Demo");
}
public static void main(String []args)
{
Demo d=new Demo();
}
}



package arps;
class Demo1
{
static Demo d;
Demo1()
{
System.out.print("Demo1");
}
public static void main(String args[])
{
d=new
Demo();
}
}


I followed all the above instructions.When i compile the demo class it gives error that "cannot read arps/Demo.java.
Is there any classpath problem???
rgds,
Arpana
21 years ago
I kept them in the package Arps even then its giving the same kinda error.
package Arps;
class demo1 extends demo
{
demo1()
{
System.out.print("demo1");
}
Static demo d;
public static void main(String args[])
{
d=new demo();
}
}
-----------------------------------
package Arps;
public class demo
{
public demo()
{
System.out.print("demo");
}
public static void main(String []args)
{
demo d=new demo();
}
}

rgds,
Arpana
21 years ago
there are 2 classes demo and demo.when i compile demo1 class it gives compiler error: cannot resolve symbol demo.
can some1 explain me this strange behaviour.
class demo
{
demo()
{
System.out.print("demo");
}

}
class demo1 extends demo
{
demo1()
{
System.out.print("demo1");
}
public static void main(String args[])
{
demo d=new demo();//1 compiler errorr
}
}

Thanx in advance
Rgds,
Arpana
21 years ago
hi Uday,
I have already gone trough SCWCD study kit n wud like 2 refer some other books.Which 1 u sugest i sud go 4-"Core Servlets and JSPs" by Marty Hall or
Professional SCWCD by Wrox/ APress publishers .

Thnx in advance
Arpana
Can any1 tell me the test stimulator for SCWCD exam like v have JQplus for SCJP.
thanx in advance
rgds,
Arpana
Can some1 plz suggest ne good site or s/w for testing ur SCWCD skill??
thsnx 4 the lind help
rgds
Arpana