answersLogoWhite

0

What else can I help you with?

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 do you use semi colon in do while statement?

A semi-colon is used in a do while statement for the same reason that it is used in any other statement. The rules of C and C++, as well as Java, require that every statement be terminated with a semi-colon.


What advantage does Java's break statement have over C's break statement?

They do the same thing, but only the former can be used in a Java program.