Gurpreet Saini

Ranch Hand
+ Follow
since Jun 09, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gurpreet Saini

Hello

I am preparing for SCJP 6 upgrade . Can you tell me where to find good tutorial on format and printf methods used by PrintWriter.

Thanks

gss
hello ,

Can you please explain me how regular expression is being used with given string in following code. Please explain bold code how is it working.

Thanks in advance.


String input = "1 fish 2 fish red fish blue fish";
Scanner s = new Scanner(input).useDelimiter("\\s*fish\\s*");
System.out.println(s.nextInt());
System.out.println(s.nextInt());
System.out.println(s.next());
System.out.println(s.next());
Hello guys,

Which mock exam I take before taking devakas mocks ? .
Thanks in advance.

GS
Hello

Can you please tell me web site of mocks where I can get tricky questions TOPIC BY TOPIC . I am gearing for SCJP 1.6 upgrade .
Thanks in advance .

thanking you

GSS
Hello,

I am preparing for upgrade SCJP 1.6 and I read sun course description but I am really confused what actually shall I study in this topic . Can you please help ?. thanks in advance .

GSS
I wanted to ask that Update S I will not gCJP 1.6 exam is different from regular SCJP 1.6 . I am asking because I am working on Upgrade exam and I am hoping that I will not get SCJP regular questions . I am studying only according to Sun curriculam .

Please help if I m missing something .
Thanks friend . Can you also tell me where to find tricky / exam like questions topic wise topic like questions convering concurrency . flow control etc .

Thanks in advance .
Hello,

Where can I get free mock exams for SCJP 1.6 UPDATE CX-310-066 .

Thanks in advance.

GSS

Hello

I am using the following code but it compiles fine but do not print "In Run" in console . Whats the reason behind this ?. Please help . Thanks in advance .

public class Tintin implements Runnable{
public static void main(String ...args) {
new Thread().start();
}

public Tintin() {
}

public void run() {
System.out.println("In Run");
}

}
hello there

I am interested in giving upgrade SCJP 6 and I am already SCJP 2 . Can please briefly tell me what are the exam objectives, I went to the official sun website for more details but I am not clear. Can any one please guide me.

thanking you

gurpreet
hello there,

Thank you guys it is working. I can see the examples are working.

thanks a million
15 years ago
hello there,

I had started JBOss AS and ANT_HOME properties are all set and when I type ant deploy in seam examples it actually compiles and works but when I point by browser to http://localhost:8080/seam-registration/ it gives me an HTTP 404 problem.

Please suggest where I am missing something.

thanks

please advice.
15 years ago
hello

Thank you . JBoss AS works but I want to try the seam examples by using JBoss the same version I mentioned in my post. How shall I proceed ?.

thanking you
15 years ago
hello there,

I want to start JBoss 4.2.0GA on vista OS but when I type run.bat it writes nothing and comes to c drive prompt again.

I had set the JBOSS_HOME to c:\jboss\jboss4.2.0.GA
JAVA_HOME c:\program files\java\jdk1.6.0_07\bin

Where I am doing mistake ?. Please tell me.

thanking you
15 years ago