answersLogoWhite

0


Best Answer

server

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Every stand-alone Java application must contain a?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the statement that every Java application must contain?

free download


What does java security do?

Defines the security policy for each application .Every Java Application can have its own Security manager.


What will happen if a Java Class has no Main Method?

Nothing will happen. There is no restriction that every Java class must have a main method. The only program is that, this class cannot be executed as a standalone java program.


Why java script called as platform independent?

java also called as platform independent.because we will use java application at any operationg system and any hardware. it not contain error. so we called java as platform independent..


How easily does servlet integrate into an existing Java application or applet?

(This is a bit subjective). Servlets can integrate easily into an existing Java application or applet, simply because a servlet is just another class, which is a fundamental concept taught to almost every java programmer.


What is the best IDE for java Netbeans or Eclipse?

Off course Netbeans... Netbeans is supported by Sun.. i.e. that every new feature in Java is done immediately by Netbeans unlike Eclipse... No...? I beg to defer :) Eclipse is a better IDE based on which many of the advanced IDE's for Java are build like WSAD (Websphere Studio Application Developer) or RAD (Rational Application Developer) both are IBM products for advanced Java programming. They contain many features that Netbeans does not have..


What is an important difference between writing a Java application and a Java applet?

A Java applet is embedded within a web page, while a Java application will run directly on your computer.


Is java a stand alone program or not?

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.


What is the areas of application of java?

Applications that are built using the Java language are termed as Java applications.


What kind of file contain java source code?

'.java' files contain java source code. One can access these files on windows by using 'notepad'.


How do you execute a Java program?

You can run a Java application from the command line using "java <name of the class>"


Why every program runs with its main class name in Java?

The "main" function name is reserved and specifies the entry point of the application.