[java ee programming] .class usage

2011-07-28 Thread Hani
Hi All, Can someone explain about the usage of ClassName.class?And I couldn't find any summary on .class(in Object class) in java api Thanks, Hani -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group.

Re: [java ee programming] Difference ResourceBundle and Property

2009-11-22 Thread Hani KSD
dle, it can either read from .properties file or > xml, > > or whatever has key=value matches. Besides, it can be locale customized. > > > > > > > > As for Property, from java doc, it says, The Properties can be saved to > a > > stream or loaded from a s

[java ee programming] Interrupt a running thread from outside the application.

2009-11-22 Thread Hani KSD
Hi, How to interrupt a running thread from another application. I have a TimerTask scheduled to run daily.How to stop it when I feel it is no longer necessary? Hani -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!&q

[java ee programming] Difference ResourceBundle and Property

2009-11-17 Thread Hani KSD
Hi, Can anyone tell me the difference between ResourceBundle and Property class. I have used ResourceBundle to load property from .properties file. Regards, Hani -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!"

[java ee programming] InitialContext

2008-11-04 Thread Hani
Hi, When I don't pass any params to the constructor of InitialContext, (ie..new InitialContext()),how does the JVM takes the current environment. Can anyone give me a brief of InitialContext? Regards, Hani --~--~-~--~~~---~--~~ You received this message be