Soumya Ghosh

Greenhorn
+ Follow
since Dec 31, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Soumya Ghosh

[Post removed. Discussion of specific companies by name is not allowed.]
[ August 10, 2008: Message edited by: Bear Bibeault ]
16 years ago
Hi,
I have passed SCJP1.4 with 80%. But, I think this is not good score . So, can I again give SCJP exam after passing it once?

I want to give next level exam of SUN like SCWCD or SCBCD. So, what for should I prepare first, SCWCD or SCBCD ? Is it possible to give SCBCD without giving SCWCD?
Please help.

Thanks
Hi,
I am preparing for SCJP5 and Kathy sierra book. In that book, in thread chapter, I have a confusion as of following:
"A thread of execution is an individual process (a "lightweight" process) that has its own call stack. In Java,there is one thread per call stack�or, to think of it in reverse, one call stack per thread."

one thread per call stack-------- What does it actually signify? I can't understand this sentence. Can any one please help me to get clear idea?

Thanks
Hi,
Can you please help me regarding how tasklist can be implemented in Java ? What package should be used? I am not getting any tasklist related thing in JDK1.4 Can you please send me any code snipplets for start coding?
Any additional JAR is needed?
Please help.
17 years ago
Hi,
I want to make a Windows TaskManager type application using Java. I am using Windows XP. I think for this, Process Id is required and I have to retreive running process id and process name. Can any one please help me how can I get that? or, any better idea of doing that.
17 years ago
Hi,
Can any one please explain individual of "System.out.println" ?

According to my thinking, System is a class. out is its object and println is the method called by out for printing some thing.
But, I think out belongs to printWriter object.

So, I am getting confused. Please help me.
17 years ago
Hi,
I want to access Windows System process using Java(e.g. I want to build a task manager just like windows using Java). The running process will be shown as listed and the corresponding .dll also be displayed. How can I do that?
Can anyone please provide me some hints regarding this issue?

Thanks
18 years ago
Hi,
I want to get all months of a year in JAN,FEB, etc. format and add those in an array dynamically.
How can I do that using Java? Can anyone please help me by sending a piece of code?

Thanks
Soumya
18 years ago
Thanks a lot.
18 years ago
Hi,
Thanks for help.
But I can't understand following line of code-------
for (String friday : fridays)

What does it mean?Can you please clarify me? It's new to me.

Thanks
18 years ago
Hi,
thanks for giving idea for pulling all fridays within specified date ranges.

but, I have no provision of specifying two dates such as start date and end date.
User will give only YEAR as input. And depending on that year, I have to list all Friday dates,Saturday dates and sunday dates of that corresponding year and for all 12 months.

Please help me by providing a sample code.
18 years ago
Thanks a lot.
18 years ago
I have a question regarding the use of Calendar.

User will give year (e.g 2006,2007, etc.) as input. I have to find out "all dates" of the "friday,saturday and sunday" of "every month" through out the year. Then I have to display thaose as result.
Not only the first friday,saturday,sunday date.
How can I do that? Can anyone please help me for solving this problem?
Can any one please give me any hint by sample program code?

Thanks
18 years ago
I have a question regarding the use of Calendar.

User will give year (e.g 2006,2007, etc.) as input. I have to find out the "date" of the "friday,saturday and sunday" of each month through out the year. Then I have to display thaose as result.
How can I do that? Can anyone please help me for solving this problem?
Can any one please give me any hint by sample program code?

Thanks
18 years ago