Mukul Vashishtha

Greenhorn
+ Follow
since Jun 27, 2007
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 Mukul Vashishtha

How can we print wwwwwwww(inside system.out.println)
because when it get exception it jumps to catch.
class Account{
public static void main(String[] args)
{String accn=null;
try{
int i = 1%0;
System.out.println("wwwwwww");
}
catch(Exception e){

}
}}
16 years ago
Hi
Mr. Bates
Can same thing happen with Head First Servlet and JSP ?
If there is any link where I can find the PDF ,Please tell me.

Thanks in Advance


SCJP 1.4
SCWCD aspirant
K & B is very good book for those who is preparing for SCJP1.5.
You can cover up all the things neccessary in exam by reffering this book .
But It is always good to study as much material as you can.


SCJP1.4
SCWCD(in Progress)
[ July 02, 2007: Message edited by: Mukul Vashishtha ]
Thanks
Marc
Can we call run() method inside getRunnable() method?
If yes please tell me how can we do this?

Thanks in Advance
Hi
Ranchers
Can anybody explain why this code produce output End?
Why it does not print sop inside run() method?


public class Question17 {
public static void main(String[] args) throws Exception{
Thread t1 = new Thread(getRunnable(3));
Thread t2 = new Thread(getRunnable(4));
t1.join();
System.out.println("End");
}

public static Runnable getRunnable(final int id){
return new Runnable(){
public void run(){
for(int i=0;i<id;i++){
System.out.print(" "+i);
}
}
};
}
}

Thanks in Advance
HI
Nitin
You are right Netbeans is good for jsp .
But is it good to pratice on Netbeans IDE for those who dont have much experience in JSP and servlet because it is learning time for those.
HI
Ranchers
Can anybody tell me How to run JSP and servlets with Eclipse IDE(server is Tomcat) .
Is it good pratice to use eclipse for Jsp and servlet?
Shall I have to set some paths explictly ???
I am new to servlet and JSP
NO Help is there......
16 years ago
Hi
cfish meena
I would like to give you one suggestion about confidence.
You just go through this link in which you will find some questions with great explanation and the good thing about these questions is they are topic wise actually.
Better you reffer this link.First you study chapter like "language fundamental" from kethy & Bert and then just try to solve the questions from Dan site for that particular topic.
I am sure it will help you to gain cofidence because some months ago my junior had same doubt like you than I suggested him and recentlly he scored 85% in SCJP1.5
So refer this

http://www.danchisholm.net/oct1/topic/index.html

SCJP1.4 ...
SCWCD aspirant
[ June 28, 2007: Message edited by: Mukul Vashishtha ]
HI
Ranchers
One of my friend is preparing for interview
So can anybody suggest me website which has good FAQ for oracle /PL,SQl questions.

Thanks in Advance
16 years ago
HI
Rancher
Currently I am working with a Product Base Company which is basically work on SCM have some procurement product .
Our company is using Intershop Plateform with Cartridges,pipelet,pipeline and Jgen.
Basically these are the tools.
Now I want to switch Can anybody suggest me some other companies names which are currently following the same tools with same technology(Java) .
Thanks in Advance
16 years ago
Congrats

SCJP1.4
SCWCD aspirant
16 years ago
HI
Rancher
Currently I am working with a Product Base Company which is basically work on SCM have some procurement product .
Our company is using Intershop Plateform with Cartridges,pipelet,pipeline and Jgen.
Basically these are the tools.
Now I want to switch Can anybody suggest me some other companies names which are currently following the same tools with same technology(Java) .
Thanks in Advance