answersLogoWhite

0

What else can I help you with?

Related Questions

When java uses compiler?

What i know is java we will use compiler when it want to get class file(file with .class extension) from java file(file with .java extension).


Extension file for Java?

Java source files have the .java extension, compiled Java class files have the .class extension.


What is the file extension of an applet?

An applet is a Java application, this saves files in a .class extension


What is the extension of a java byte code file?

.class is the extension of a java byte code file.


What is the concept of class file?

That means: the file where a class is stored.


How do you make a java class?

You write the source code, in a text editor, or better in a special IDE. The source code should have the extension ".java". You can have several classes in the same file. Then you compile the class to bytecode; this creates a file with extension ".class".


What is the file extension .pun software?

What is the file extension What is the file extension


What is the difference between exe and class files?

in .exe file it contains machine understandable code. but in .class file it contain only byte code which is not understadable by the microprocessor it will understud by the jvm only . we con't execute .class file without jvm . but we can execute .exe file without c-compiler .


The file extension .wav means the file is?

The file extension mp3 means that the file is an audio file, and is usually some sort of music file. However, mp3 can also be used for sound recordings that are done for businesses, and many other things as well.


Java program file must match the name of class with extension true or false?

The name of the .java file should exactly match with the name of the public class in the file. Ex: public class Test { ..... } this file should be saved as Test.java


The file extension mid means the file is a?

its short for MIDI musical instrument digital interface


What is bak in C programming?

Nothing, but as a file-extension it means backup.