answersLogoWhite

0


Best Answer

A standalone application is one that can be executed independently and would execute and produce some output either as a UI or on the JVM console. Any java class with a main method can be considered a mini standalone java application.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

definitely java is a platform independent..there is no doubt about it ...this java can be run in any platform...becoz it converts source code into byte code/machine code..thats why it is called platform independent.............

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Only applications that does not necessarily require network connection to function (can work offline) are called stand-alone in java.

if your application requires a connection to a external database or connect to some other network resource, the term stand-alone do not applies.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

The Java Virtual Machine itself is system dependent. Different versions of the Java Virtual Machines are available for different operating systems. Applications that ruin over the Java Virtual Machine are system independent.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

First, create the source code. Then, run javac to build the code into classes. Finally, run jar to create an executable file. If you're using an IDE, you can usually use File > Export or a similar command to create an executable JAR directly.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

The answer is both. Java can be used to develop both stand-alone programs and other web based programs that cannot be executed stand-alone. The standalone programs are called java applications and the web based are called web applications.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

java is platform independent language. means it does not depends on your OS or other s/w.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is java a stand alone program or not?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the meaning of stand alone apps in java?

They stand alone. Forever alone.


Advantage of java over j2ee?

HI, Java and J2ee java is for the stand alone application but j2ee is for the enterprise applications.


Every stand-alone Java application must contain a?

server


Which is not a stand alone program a. Java b. Javascript c. Both a and b d. None of the above?

If you are talking about programs written in those languages: Both. Java relies on the JVM and Javascript relies on your web browser. Otherwise: Neither


Is the AIAP a stand-alone program.?

True


Can i have a java code based on stand alone applications only?

yes very well you can


What methods are available for booting into the Windows Setup program on a stand-alone PC?

What methods are available for booting into the Windows Setup program on a stand alone PC


Is the AIAP is a stand-alone program?

TRUE


Will The Tomcat Web server will work on a stand-alone computer system?

Yes. The Tomcat Web server will work on a stand-alone computer system. It will need The Java environment installed on the same machine.


Difference between java applets from java application?

Java applets are programs which we can embed in a webpage. It will act from server to client machine. But java can be used to make stand alone programs also. These programs will include games, freewares and all.


What do you mean by multithread program in java?

A Program in Java that spawns multiple threads is called a multithreaded program in Java.


What is sqlca?

An SQLCA is a set of variables that may be updated at the end of the execution of every SQL statement. A program that contains executable SQL statements may provide one, but no more than one SQLCA (unless a stand-alone SQLCODE or a stand-alone SQLSTATE variable is used instead), except in Java™, where the SQLCA is not applicable.