answersLogoWhite

0

What is java program on computers?

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

#!/usr/bin/perl

print 'java program';

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Does java have a virus?

No, Java is a completely safe program from Oracle Software. Plus, Java comes preloaded on all computers, so therefore it is safe.


What do you mean by multithread program in java?

A Program in Java that spawns multiple threads is called a multithreaded program in Java.


How do you program computers?

there is no one way to "program" computers codes are often used to write programs that are used on a computer some comman are c+ c++ html java scriptA computer is programed by making a code that is available in the computer language.


If you make a program on Java Developer Kit for Windows X64 will the program run on 32 bit computers?

Of course. One of the beauties of Java is that as long as a Java Virtual Machine has been written for a certain platform, any Java code written on any other platform can run on the new one. (And yes, a JVM exists for both x86 and x64 Windows).


Why text is used in java?

People mainly communicate on computers via text; it would be silly not to used written words when creating a program.


What is java virtucal mechine?

That refers to the program that runs the compiled Java program.


What powder game doesnt need java?

Any program written for the Java technology needs Java. Any program NOT written for Java DOESN'T need it.


Java Track?

Java Track is the java training program offered by SynergisticIT


Where can one get the program Java?

The program Java can be downloaded from the official Java website on the internet. The program is free for personal use, so it can be downloaded without any cost by anyone.


What is a Java applet?

PCH answer small Embedded Java Program.


Do I need Java?

No, if a program needs Java it'll specify that it does in the installer package for the program or on the website for the program or a section usually called "Requirements" for a specific program.


Why is java virtual machine required?

That's because that's the way Java is designed. Java programs are compiled to be run on a special program that interprets it - the Java Virtual Machine. The reason it is designed this way is because it allows Java programs to run on just about any computer - despite the fact that different computers have different sets of machine instructions. It is well possible to write programs that run without requiring support of specific programs - but such programs will only run on specific computers.