answersLogoWhite

0

What is the java file in java?

Updated: 8/19/2019
User Avatar

Wiki User

11y ago

Best Answer

The java file has the actual JAVA code present in it,..i.e the entire coding is done in that file..

you can view it using any text editor..

After compiling it you get a class file of every class present in the java file

When you open a class file in a text editor, you won't see anything that makes sence. You won't find the original code that you wrote in the java file. That is because a class file is a product of the compilation of a java file.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the java file in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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).


What type of file is created by Java?

Java created a file called class, and is identified by having the .class at the end. This file includes a Java bytecode, which then can be used on the Java Virtual Machine.


How do you save a notepad file into a java file?

just add an extension .java when you save your notepad text file


What is java class file?

That's the compiled Java file, the one that can be distributed to the end-users.


What is JFM in Java and what is the use of it?

jFM is a java file manager. It is used to access the file system.


How class file is created in java?

A class file is a compiled .java file and cannot be executed without jdk or java. They are often executed with .bat files in windows for convenience


What is java file in java?

A java file contains the code you write. One java file contains one class so for example when I want to make a class called Person, the source code is saved in Person.java


Is it possible to have file name as java eg javajava?

Yes you can name a file (class if you use eclipse) java or even have java in the name.


What is jar file?

Jar file is Java AR-chive Java Archive File, commonly referred to as a Jar File is nothing more than a compressed archive file.


How do you convert the java file into JPEG file?

A java file it's only a text file. You can't convert a text file into a image file of any type. What you can do is open your java file in your editor an take an screenshot (you must have a key with the label 'print screen' in your keyboard) then open open some image editor like paint and finilly paste and save your image. Or you can chage the java extention for jpg in your java file and have fun trying to open it (sarcasm, don't do it).


Extension file for Java?

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


Where does bytecode come from java?

It is created by the Java compiler, based on the source code (the .java file).