answersLogoWhite

0


Best Answer

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

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Try to be more specific. What do you mean by statements?

I'm going to guess you mean Public and Private. Or you might mean accessor and mutator methods.

Public methods and constructors can be accessed by any other classes, and private methods can only be accessed within the same class, and constructors are always public.

Fields should be private as well, and you should use public accessor and mutator methods to change fields.

Accessor methods request information, while mutator methods change information.

Accessor method example:

private int num = 100;

public int giveMeNum()

{

return num;

}

Mutator method example:

private int num = 100;

public void changeNum(int number)

{

num = number;

} Hope that helps!

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

JAVA is used in almost any kind of program that can be run on computers. By a computer, I mean a PC or a Laptop, or something that has the JVM.

It can not, how ever, be used in making Ps2 games, or other programs that are run on something that does not have the JVM.

It's used to make Calculators, MMORPGS, Image editors, and even media players.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

c+, c++, C#, LUA, JAVA, Python, VB, and many more

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Just about anything can be written in Java, except in a few areas that have special requirements, such as low-level programming (for operating systems, or drivers, for example), or speed.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

One can create all kinds of programs using the programming language Java. One can create movies and animations with Java as well as Video Games like Runescape.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

C++, Perl, Fortran

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the two types of programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 is the range of data types in C programming language?

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


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

Object oriented programming and structured programming.


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


What are the three types of language?

There are more than 3 types of programming languages. Check similar questions/answers before posting this.


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.