Kaarthick Ramamoorthy

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

Recent posts by Kaarthick Ramamoorthy

I tried this. It works. Thank you Prime.
16 years ago
Hi all,

Could any one help me to verify whether Windows service is already started or not using Java?

Any API available?

Thanks in advance.
16 years ago
Thanks for your interesting information.
17 years ago
Hi all,

In the following code, How Test.class works? Is that class is a static member of Test or Object?. Please clarify me.



Thanks in advance
Kaarthick
17 years ago
I used JavaScript and it worked fine. Thanks for your replies.
Hi all,

I would lilke to know how to refresh a JSP page automatically, say for two minute.

I tried META tag. It doesn't work.

Thanks in advance,
Kaarthick
Hi,



I would like to have array of queues that contains arrylist of strings. When I tried to declare as mentioned above, I could not.

The error thrown is, "cannot create a generic array of ConcurrentLinkedQueue<ArrayList<String>>"

Please help me.
17 years ago
Akhil Maharaj,

I tried your two <jsp:include> tags:

1)
2)

The first one works fine without any error.
The second one doesn't work. It is clear that the syntax is wrong.
Hi,

I would like to configure Eclipse to Use JBoss Server so that it will be useful for me to deploy servlets & Beans easily in JBoss.

I tried downloading some plug-ins but doesn't solve the problem. So please help me in configuring and downloading plugins.

I am using Eclipse3.3.0 Europa.

Thanks in advance.
Kaarthck
Thank you, Thank You. I got it.
Could anybody explain the flow of execution and how it prints Null
Hi,

Please clarify the output.

}
Hi,
"Enums can be declared as a separate class " means Enums can be declared like class declaration.

class A
{
}

similiarly

enum e
{
}
Hi Vaibhav Chauhan ,

Thank you. Thank you.

I understood.