answersLogoWhite

0

2 types of java programs are application and applet application program is the one which run on ur computer under the O.S of ur computer. applet is an application designed to be transmitted over the internet and executed java compatible web browser.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

Why do you need two types of coding in one programming language?

It would be easier to answer, if you explained what the 'two types of coding' were.


Is XML a programming language?

It is programming languages that are referred to in terms of "high level" and "low level".Extensible Markup Language(XML) is a markup language not a programming language, it is a data formatting specification that makes the presentation of data independent of programs (so that data can be passed between programs).For this reason the answer to your question is "neither".


What are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.


What is the range of data types in C programming language?

The ranges for all data types in C are implementation-defined.


What are the types of Processor faults in c?

Processor faults are not related with a specific programming language.


What is the difference between program language and procedural language?

programming language is of two type 1. procedural programming language 2.non procrdural programming language .. ----non procedural programming language means that which relates with the real world.. for example-oops oops is a non procedural programming language because it relates to the object and object relate to the natural or real world where as that languge which does not belong to the real world is known as procedural language


Is the B programming language a high or low level programming language?

The B programming language is a high-levelprogramming language.


Where did IBM get their programming language?

Computer programming language


What are the different types in java programming language?

core java ,jse.advanced jse,jee and j2me


What are two types of programming languages?

C++, Perl, Fortran


Is there a program that can help you make a programming language but you don't need to know a programming language?

No. In order to make or use a program or a programming language, you need to know a programming language.


What is type equivalence in programming language?

Type equivalence occurs when two variables are of the same type. For example, if both variables are int (integer variables), they are of equal types. Equivalence can also occur with two different types that are compatible with each other.