answersLogoWhite

0

Java is called multithreaded because it allows the programmer to define multiple threads of execution manually. The main program would continue to execute as one thread and we can speed up the processing by declaring individual threads. Threads in Java can be created in two ways: 1. By extending the Thread class & 2. By implementing the Runnable interface

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What do you mean by multithread program in java?

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


What mean by multithreaded program?

A multithreaded program is one that has multiple threads in execution. They may execute parallel to one another or totally without relation to one another. In Java you can create multithreaded programs using Java threads.


What is the pane in which the Java programming statements are located called?

The pane in which the Java programming statements are located is called


Who are the RuneScape makers?

A company called Fagex. This is short for Java Gaming Experts, 'cause they do their programming in the Java language.


What programming language are java applets written in?

Java applets are written in the Java programming language. Java is considered to be one of the oldest and most commonly used programming languages in the world.


Who develop java programming?

Java programing language was designed by James Gosling and it was initially called as "Oak" but later it was renamed to "Java" in the year 1995.


What is called OR in Java programming?

If you are going to make an if statement with or, use: Isn't that easy!


How is java both a programming language and a platform?

By using Navite Interface we write this type of code


What is a java programming?

A java program is a program that is coded and run in the programming language called java. Java is similar to c++ in structure, and is more common in web apps. C++ is the equivalent for more heavy duty programs such as most software used to compose a java program.


What is the first name before of the Java Programming?

The first name of the Java Programming was Oak. It then went by the game Green and finally Java from Java coffee.


Why is Java called an Object Oriented Programming Language?

Actually java is not purely object oriented.because we can use the primitive data types in Java.In java all those things or considered as classes and objects .So we are called java is an object oriented programming language...


Applets are written in what programming language?

There are many types of applets, and they can be written in many different languages, but you're probably referring to the most widely known Java applets. So, they're written in a programming language called Java.