answersLogoWhite

0


Best Answer

free download

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the statement that every Java application must contain?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Every stand-alone Java application must contain a?

server


What does java security do?

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


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.


Every complete statement ends with a?

Any teacher will expect you to answer by saying a semicolon (;), but this is not strictly true. First of all, the definition of a "line of code" varies from teacher to teacher and textbook to textbook. Second, even the Java Language Specification lists several types of Java statements which do not need to end in a semicolon.In general, a complete Java statement will end in either of semicolon or a closing block brace.


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.


If application can be run without main what need of main method?

Well, if an application could be run without a main method, then you would not need it. However, Java applications cannot run if they do not contain a main method.