| Author |
stand alone
|
ramachandran swaminathan
Ranch Hand
Joined: Nov 27, 2006
Posts: 43
|
|
|
what is StandAlone class in java? can anyone explain me
|
target scwcd.
|
 |
Raghavan Muthu
Ranch Hand
Joined: Apr 20, 2006
Posts: 3327
|
|
A StandAlone Program or class is a program which can run just by the JRE. Not anything like a Web or Application Server (another runtime environment) is required to run a program. In this case, any normal Plain Old Java Program (say for example, a typical "Hello World!" Program) is a StandAlone Java Program only. HtH.
|
Everything has got its own deadline including one's EGO!
[CodeBarn] [Java Concepts-easily] [Corey's articles] [SCJP-SUN] [Servlet Examples] [Java Beginners FAQ] [Sun-Java Tutorials] [Java Coding Guidelines]
|
 |
 |
|
|
subject: stand alone
|
|
|